#085618

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

Shades of Crusoe #085618

Tints of Crusoe #085618

Color information

#085618 (or 0x085618) is unknown color: approx Crusoe. HEX triplet: 08, 56 and 18. RGB value is (8,86,24). Sum of RGB (Red+Green+Blue) = 8+86+24=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 86 (33.98% from 255 or 72.88% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 86 - color contains mainly: green. Hex color #085618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085618 is #F7A9E7. Grayscale: #373737. Windows color (decimal): -16230888 or 1594888. OLE color: 1594888.

HSL color Cylindrical-coordinate representation of color #085618: hue angle of 132.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085618 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB88624-
CMYK0.9100.720.66
HSL132.31º82.98%18.43%-
HSV(B)132.31º90.7%33.73%-
XYZ3.596.771.98-
YUV55.61110.1694.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 86 (33.98% from 255) = 72.88%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=6.78%
G=72.88%
B=20.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal886240.9100.720.66132.3182.9818.43
Hex856185B04842845312
Octal1012630133011010220412322
Binary1000101011011000101101101001000100001010000100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085618; }

 p { color: rgb(8,86,24); }

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

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

 a { background-color: rgb(8,86,24); }

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

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

 span { border-color: rgb(8,86,24); }

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