#087027

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

Shades of Crusoe #087027

Tints of Crusoe #087027

Color information

#087027 (or 0x087027) is unknown color: approx Crusoe. HEX triplet: 08, 70 and 27. RGB value is (8,112,39). Sum of RGB (Red+Green+Blue) = 8+112+39=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #087027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087027 is #F78FD8. Grayscale: #484848. Windows color (decimal): -16224217 or 2584584. OLE color: 2584584.

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

Color convert

RGB811239-
CMYK0.9300.650.56
HSL137.88º86.67%23.53%-
HSV(B)137.88º92.86%43.92%-
XYZ6.2611.793.86-
YUV72.58109.0481.94-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 112 (44.14% from 255) = 70.44%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=5.03%
G=70.44%
B=24.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8112390.9300.650.56137.8886.6723.53
Hex870275D041388a5718
Octal101604713501017021212730
Binary1000111000010011110111010100000111100010001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087027; }

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

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

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

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

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

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

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

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