#085720

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

Shades of Crusoe #085720

Tints of Crusoe #085720

Color information

#085720 (or 0x085720) is unknown color: approx Crusoe. HEX triplet: 08, 57 and 20. RGB value is (8,87,32). Sum of RGB (Red+Green+Blue) = 8+87+32=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 87 (34.38% from 255 or 68.50% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 87 - color contains mainly: green. Hex color #085720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085720 is #F7A8DF. Grayscale: #393939. Windows color (decimal): -16230624 or 2119432. OLE color: 2119432.

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

Color convert

RGB88732-
CMYK0.9100.630.66
HSL138.23º83.16%18.63%-
HSV(B)138.23º90.8%34.12%-
XYZ3.776.972.51-
YUV57.11113.8392.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 87 (34.38% from 255) = 68.50%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=6.30%
G=68.50%
B=25.20%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal887320.9100.630.66138.2383.1618.63
Hex857205B03F428a5313
Octal101274013307710221212323
Binary1000101011110000010110110111111100001010001010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085720; }

 p { color: rgb(8,87,32); }

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

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

 a { background-color: rgb(8,87,32); }

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

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

 span { border-color: rgb(8,87,32); }

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