#087223

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

Shades of Crusoe #087223

Tints of Crusoe #087223

Color information

#087223 (or 0x087223) is unknown color: approx Crusoe. HEX triplet: 08, 72 and 23. RGB value is (8,114,35). Sum of RGB (Red+Green+Blue) = 8+114+35=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #087223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087223 is #F78DDC. Grayscale: #494949. Windows color (decimal): -16223709 or 2322952. OLE color: 2322952.

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

Color convert

RGB811435-
CMYK0.9300.690.55
HSL135.28º86.89%23.92%-
HSV(B)135.28º92.98%44.71%-
XYZ6.4212.213.61-
YUV73.3106.3881.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 114 (44.92% from 255) = 72.61%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=5.10%
G=72.61%
B=22.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114350.9300.690.55135.2886.8923.92
Hex872235D04537875718
Octal101624313501056720712730
Binary1000111001010001110111010100010111011110000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087223; }

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

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

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

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

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

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

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

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