Html Css Color HEX #085916 Crusoe

📋 copy color: '#085916'

red 8 ◦ green 89 ◦ blue 22

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

Shades of Crusoe #085916

Tints of Crusoe #085916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.49%

R = 6.72%
G = 74.79%
B = 18.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#085916 (or 0x085916) is known color: Crusoe. HEX triplet: 08, 59 and 16. RGB value is (8,89,22). Sum of RGB (Red+Green+Blue) = 8+89+22=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 89 (35.16% from 255 or 74.79% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 89 - color contains mainly: green. Hex color #085916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085916 is #F7A6E9. Grayscale: #393939. Windows color (decimal): -16230122 or 1464584. OLE color: 1464584.

HSL color Cylindrical-coordinate representation of color #085916: hue angle of 130.37º 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 #085916 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 22 -
CMYK 0.91 0 0.75 0.65
HSL 130.37º 0.84% 0.19% -
HSV(B) 130.37º 0.91% 0.35% -
XYZ 3.82 7.25 1.96 -
YUV 57.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 8 89 22 0.91 0 0.75 0.65 130.37 0.84 0.19
Hex 8 59 16 5B 0 4B 41 82 54 13
Octal 10 131 26 133 0 113 101 202 124 23
Binary 1000 1011001 10110 1011011 0 1001011 1000001 10000010 1010100 10011

Color Harmonies of #085916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085916

Black with #085916

Text Example


Text Example

White with #085916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085916; }

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

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

background-color css

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

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

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

border-color css

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

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

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