#085914

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

Shades of Crusoe #085914

Tints of Crusoe #085914

Color information

#085914 (or 0x085914) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 14. RGB value is (8,89,20). Sum of RGB (Red+Green+Blue) = 8+89+20=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 89 (35.16% from 255 or 76.07% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 89 - color contains mainly: green. Hex color #085914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085914 is #F7A6EB. Grayscale: #393939. Windows color (decimal): -16230124 or 1333512. OLE color: 1333512.

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

Color convert

RGB88920-
CMYK0.9100.780.65
HSL128.89º83.51%19.02%-
HSV(B)128.89º91.01%34.9%-
XYZ3.87.251.86-
YUV56.92107.1693.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 89 (35.16% from 255) = 76.07%
BLUE value IS 20 (8.20% from 255) = 17.09%
R=6.84%
G=76.07%
B=17.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889200.9100.780.65128.8983.5119.02
Hex859145B04E41815413
Octal1013124133011610120112423
Binary1000101100110100101101101001110100000110000001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085914; }

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

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

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

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

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

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

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

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