#085A17

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

Shades of Crusoe #085A17

Tints of Crusoe #085A17

Color information

#085A17 (or 0x085A17) is unknown color: approx Crusoe. HEX triplet: 08, 5A and 17. RGB value is (8,90,23). Sum of RGB (Red+Green+Blue) = 8+90+23=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 90 (35.55% from 255 or 74.38% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 90 - color contains mainly: green. Hex color #085A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A17 is #F7A5E8. Grayscale: #3A3A3A. Windows color (decimal): -16229865 or 1530376. OLE color: 1530376.

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

Color convert

RGB89023-
CMYK0.9100.740.65
HSL130.98º83.67%19.22%-
HSV(B)130.98º91.11%35.29%-
XYZ3.917.432.04-
YUV57.84108.3392.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 90 (35.55% from 255) = 74.38%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=6.61%
G=74.38%
B=19.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal890230.9100.740.65130.9883.6719.22
Hex85A175B04A41835413
Octal1013227133011210120312423
Binary1000101101010111101101101001010100000110000011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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