#086E26

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

Shades of Crusoe #086E26

Tints of Crusoe #086E26

Color information

#086E26 (or 0x086E26) is unknown color: approx Crusoe. HEX triplet: 08, 6E and 26. RGB value is (8,110,38). Sum of RGB (Red+Green+Blue) = 8+110+38=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 110 (43.36% from 255 or 70.51% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 110 - color contains mainly: green. Hex color #086E26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086E26 is #F791D9. Grayscale: #474747. Windows color (decimal): -16224730 or 2518536. OLE color: 2518536.

HSL color Cylindrical-coordinate representation of color #086E26: hue angle of 137.65º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E26 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB811038-
CMYK0.9300.650.57
HSL137.65º86.44%23.14%-
HSV(B)137.65º92.73%43.14%-
XYZ6.0311.343.71-
YUV71.29109.2182.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 110 (43.36% from 255) = 70.51%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=5.13%
G=70.51%
B=24.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8110380.9300.650.57137.6586.4423.14
Hex86E265D041398a5617
Octal101564613501017121212627
Binary1000110111010011010111010100000111100110001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086E26; }

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

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

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

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

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

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

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

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