#087220

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

Shades of Crusoe #087220

Tints of Crusoe #087220

Color information

#087220 (or 0x087220) is unknown color: approx Crusoe. HEX triplet: 08, 72 and 20. RGB value is (8,114,32). Sum of RGB (Red+Green+Blue) = 8+114+32=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #087220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087220 is #F78DDF. Grayscale: #494949. Windows color (decimal): -16223712 or 2126344. OLE color: 2126344.

HSL color Cylindrical-coordinate representation of color #087220: hue angle of 133.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087220 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB811432-
CMYK0.9300.720.55
HSL133.58º86.89%23.92%-
HSV(B)133.58º92.98%44.71%-
XYZ6.3812.193.38-
YUV72.96104.8881.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 114 (44.92% from 255) = 74.03%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=5.19%
G=74.03%
B=20.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114320.9300.720.55133.5886.8923.92
Hex872205D04837865718
Octal101624013501106720612730
Binary1000111001010000010111010100100011011110000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087220; }

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

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

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

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

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

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

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

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