#085D16

Color #085D16 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #085D16

Tints of Crusoe #085D16

Color information

#085D16 (or 0x085D16) is unknown color: approx Crusoe. HEX triplet: 08, 5D and 16. RGB value is (8,93,22). Sum of RGB (Red+Green+Blue) = 8+93+22=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #085D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D16 is #F7A2E9. Grayscale: #3B3B3B. Windows color (decimal): -16229098 or 1465608. OLE color: 1465608.

HSL color Cylindrical-coordinate representation of color #085D16: hue angle of 129.88º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D16 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB89322-
CMYK0.9100.760.64
HSL129.88º84.16%19.8%-
HSV(B)129.88º91.4%36.47%-
XYZ4.167.942.07-
YUV59.49106.8491.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 93 (36.72% from 255) = 75.61%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=6.50%
G=75.61%
B=17.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal893220.9100.760.64129.8884.1619.8
Hex85D165B04C40825414
Octal1013526133011410020212424
Binary1000101110110110101101101001100100000010000010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085D16; }

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

 H1.HeaderClassName
 {
   color: #085D16;
 }
 .AnyTagClassName
 {
   color: #085D16;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #085D16;
 }
 .BgClassName
 {
   background-color: #085D16;
 }
</style>
border-color css

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

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

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