#086126

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

Shades of Crusoe #086126

Tints of Crusoe #086126

Color information

#086126 (or 0x086126) is unknown color: approx Crusoe. HEX triplet: 08, 61 and 26. RGB value is (8,97,38). Sum of RGB (Red+Green+Blue) = 8+97+38=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #086126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086126 is #F79ED9. Grayscale: #3F3F3F. Windows color (decimal): -16228058 or 2515208. OLE color: 2515208.

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

Color convert

RGB89738-
CMYK0.9200.610.62
HSL140.22º84.76%20.59%-
HSV(B)140.22º91.75%38.04%-
XYZ4.728.743.27-
YUV63.66113.5188.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=5.59%
G=67.83%
B=26.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897380.9200.610.62140.2284.7620.59
Hex861265C03D3E8c5515
Octal10141461340757621412525
Binary100011000011001101011100011110111111010001100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086126; }

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

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

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

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

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

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

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

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