Html Css Color HEX #085917 Crusoe

📋 copy color: '#085917'

red 8 ◦ green 89 ◦ blue 23

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

Shades of Crusoe #085917

Tints of Crusoe #085917

RGB

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

 GREEN value IS 89 (35.16% from 255) = 74.17%

 BLUE value IS 23 (9.38% from 255) = 19.17%

R = 6.67%
G = 74.17%
B = 19.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#085917 (or 0x085917) is known color: Crusoe. HEX triplet: 08, 59 and 17. RGB value is (8,89,23). Sum of RGB (Red+Green+Blue) = 8+89+23=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 89 (35.16% from 255 or 74.17% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 89 - color contains mainly: green. Hex color #085917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085917 is #F7A6E8. Grayscale: #393939. Windows color (decimal): -16230121 or 1530120. OLE color: 1530120.

HSL color Cylindrical-coordinate representation of color #085917: hue angle of 131.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085917 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 23 -
CMYK 0.91 0 0.74 0.65
HSL 131.11º 0.84% 0.19% -
HSV(B) 131.11º 0.91% 0.35% -
XYZ 3.83 7.26 2.01 -
YUV 57.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 8 89 23 0.91 0 0.74 0.65 131.11 0.84 0.19
Hex 8 59 17 5B 0 4A 41 83 54 13
Octal 10 131 27 133 0 112 101 203 124 23
Binary 1000 1011001 10111 1011011 0 1001010 1000001 10000011 1010100 10011

Color Harmonies of #085917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085917

Black with #085917

Text Example


Text Example

White with #085917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085917; }

 p { color: rgb(8,89,23); }

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

background-color css

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

 a { background-color: rgb(8,89,23); }

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

border-color css

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

 span { border-color: rgb(8,89,23); }

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