Html Css Color HEX #08601A Crusoe

📋 copy color: '#08601A'

red 8 ◦ green 96 ◦ blue 26

#08601A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #08601A

Tints of Crusoe #08601A

RGB

 RED value IS 8 (3.52% from 255) = 6.15%

 GREEN value IS 96 (37.89% from 255) = 73.85%

 BLUE value IS 26 (10.55% from 255) = 20%

R = 6.15%
G = 73.85%
B = 20%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#08601A (or 0x08601A) is known color: Crusoe. HEX triplet: 08, 60 and 1A. RGB value is (8,96,26). Sum of RGB (Red+Green+Blue) = 8+96+26=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #08601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08601A is #F79FE5. Grayscale: #3D3D3D. Windows color (decimal): -16228326 or 1728520. OLE color: 1728520.

HSL color Cylindrical-coordinate representation of color #08601A: hue angle of 132.27º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08601A is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 26 -
CMYK 0.92 0 0.73 0.62
HSL 132.27º 0.85% 0.2% -
HSV(B) 132.27º 0.92% 0.38% -
XYZ 4.47 8.49 2.38 -
YUV 61.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 8 96 26 0.92 0 0.73 0.62 132.27 0.85 0.2
Hex 8 60 1A 5C 0 49 3E 84 55 14
Octal 10 140 32 134 0 111 76 204 125 24
Binary 1000 1100000 11010 1011100 0 1001001 111110 10000100 1010101 10100

Color Harmonies of #08601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08601A

Black with #08601A

Text Example


Text Example

White with #08601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08601A; }

 p { color: rgb(8,96,26); }

 H1.HeaderClassName
 {
   color: #08601A;
 }
 .AnyTagClassName
 {
   color: #08601A;
 }
</style>

background-color css

<style>
 a { background-color: #08601A; }

 a { background-color: rgb(8,96,26); }

 div.DivClassName
 {
   background-color: #08601A;
 }
 .BgClassName
 {
   background-color: #08601A;
 }
</style>

border-color css

<style>
 span { border-color: #08601A; }

 span { border-color: rgb(8,96,26); }

 td.TdClassName
 {
   border-color: #08601A;
 }
 .TagClassName
 {
   border-color: #08601A;
 }
</style>