#087024

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

Shades of Crusoe #087024

Tints of Crusoe #087024

Color information

#087024 (or 0x087024) is unknown color: approx Crusoe. HEX triplet: 08, 70 and 24. RGB value is (8,112,36). Sum of RGB (Red+Green+Blue) = 8+112+36=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #087024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087024 is #F78FDB. Grayscale: #484848. Windows color (decimal): -16224220 or 2387976. OLE color: 2387976.

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

Color convert

RGB811236-
CMYK0.9300.680.56
HSL136.15º86.67%23.53%-
HSV(B)136.15º92.86%43.92%-
XYZ6.2111.773.61-
YUV72.24107.5482.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 112 (44.14% from 255) = 71.79%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=5.13%
G=71.79%
B=23.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112360.9300.680.56136.1586.6723.53
Hex870245D04438885718
Octal101604413501047021012730
Binary1000111000010010010111010100010011100010001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087024; }

 p { color: rgb(8,112,36); }

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

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

 a { background-color: rgb(8,112,36); }

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

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

 span { border-color: rgb(8,112,36); }

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