#087221

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

Shades of Crusoe #087221

Tints of Crusoe #087221

Color information

#087221 (or 0x087221) is unknown color: approx Crusoe. HEX triplet: 08, 72 and 21. RGB value is (8,114,33). Sum of RGB (Red+Green+Blue) = 8+114+33=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 114 (44.92% from 255 or 73.55% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 114 - color contains mainly: green. Hex color #087221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087221 is #F78DDE. Grayscale: #494949. Windows color (decimal): -16223711 or 2191880. OLE color: 2191880.

HSL color Cylindrical-coordinate representation of color #087221: hue angle of 134.15º 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 #087221 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB811433-
CMYK0.9300.710.55
HSL134.15º86.89%23.92%-
HSV(B)134.15º92.98%44.71%-
XYZ6.3912.23.46-
YUV73.07105.3881.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.16%
GREEN value IS 114 (44.92% from 255) = 73.55%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=5.16%
G=73.55%
B=21.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114330.9300.710.55134.1586.8923.92
Hex872215D04737865718
Octal101624113501076720612730
Binary1000111001010000110111010100011111011110000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087221; }

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

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

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

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

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

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

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

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