#086026

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

Shades of Crusoe #086026

Tints of Crusoe #086026

Color information

#086026 (or 0x086026) is unknown color: approx Crusoe. HEX triplet: 08, 60 and 26. RGB value is (8,96,38). Sum of RGB (Red+Green+Blue) = 8+96+38=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #086026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086026 is #F79FD9. Grayscale: #3F3F3F. Windows color (decimal): -16228314 or 2514952. OLE color: 2514952.

HSL color Cylindrical-coordinate representation of color #086026: hue angle of 140.45º 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 #086026 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB89638-
CMYK0.9200.600.62
HSL140.45º84.62%20.39%-
HSV(B)140.45º91.67%37.65%-
XYZ4.638.563.24-
YUV63.08113.8588.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 96 (37.89% from 255) = 67.61%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=5.63%
G=67.61%
B=26.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896380.9200.600.62140.4584.6220.39
Hex860265C03C3E8c5514
Octal10140461340747621412524
Binary100011000001001101011100011110011111010001100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086026; }

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

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

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

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

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

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

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

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