#087028

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

Shades of Crusoe #087028

Tints of Crusoe #087028

Color information

#087028 (or 0x087028) is unknown color: approx Crusoe. HEX triplet: 08, 70 and 28. RGB value is (8,112,40). Sum of RGB (Red+Green+Blue) = 8+112+40=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #087028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087028 is #F78FD7. Grayscale: #484848. Windows color (decimal): -16224216 or 2650120. OLE color: 2650120.

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

Color convert

RGB811240-
CMYK0.9300.640.56
HSL138.46º86.67%23.53%-
HSV(B)138.46º92.86%43.92%-
XYZ6.2811.793.95-
YUV72.7109.5481.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 112 (44.14% from 255) = 70%
BLUE value IS 40 (16.02% from 255) = 25%
R=5%
G=70%
B=25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112400.9300.640.56138.4686.6723.53
Hex870285D040388a5718
Octal101605013501007021212730
Binary1000111000010100010111010100000011100010001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087028; }

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

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

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

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

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

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

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

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