#086027

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

Shades of Crusoe #086027

Tints of Crusoe #086027

Color information

#086027 (or 0x086027) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 27. RGB value is (8,96,39). Sum of RGB (Red+Green+Blue) = 8+96+39=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #086027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086027 is #F79FD8. Grayscale: #3F3F3F. Windows color (decimal): -16228313 or 2580488. OLE color: 2580488.

HSL color Cylindrical-coordinate representation of color #086027: hue angle of 141.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086027 is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB89639-
CMYK0.9200.590.62
HSL141.14º84.62%20.39%-
HSV(B)141.14º91.67%37.65%-
XYZ4.658.563.33-
YUV63.19114.3588.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=5.59%
G=67.13%
B=27.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896390.9200.590.62141.1484.6220.39
Hex860275C03B3E8d5514
Octal10140471340737621512524
Binary100011000001001111011100011101111111010001101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086027; }

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

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

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

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

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

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

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

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