Html Css Color HEX #08601D Crusoe

📋 copy color: '#08601D'

red 8 ◦ green 96 ◦ blue 29

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

Shades of Crusoe #08601D

Tints of Crusoe #08601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 6.02%
G = 72.18%
B = 21.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#08601D (or 0x08601D) is known color: Crusoe. HEX triplet: 08, 60 and 1D. RGB value is (8,96,29). Sum of RGB (Red+Green+Blue) = 8+96+29=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #08601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08601D is #F79FE2. Grayscale: #3E3E3E. Windows color (decimal): -16228323 or 1925128. OLE color: 1925128.

HSL color Cylindrical-coordinate representation of color #08601D: hue angle of 134.32º 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 #08601D is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 29 -
CMYK 0.92 0 0.70 0.62
HSL 134.32º 0.85% 0.2% -
HSV(B) 134.32º 0.92% 0.38% -
XYZ 4.5 8.51 2.57 -
YUV 62.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 8 96 29 0.92 0 0.70 0.62 134.32 0.85 0.2
Hex 8 60 1D 5C 0 46 3E 86 55 14
Octal 10 140 35 134 0 106 76 206 125 24
Binary 1000 1100000 11101 1011100 0 1000110 111110 10000110 1010101 10100

Color Harmonies of #08601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08601D

Black with #08601D

Text Example


Text Example

White with #08601D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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