#086E29

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

Shades of Crusoe #086E29

Tints of Crusoe #086E29

Color information

#086E29 (or 0x086E29) is unknown color: approx Crusoe. HEX triplet: 08, 6E and 29. RGB value is (8,110,41). Sum of RGB (Red+Green+Blue) = 8+110+41=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 110 (43.36% from 255 or 69.18% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 110 - color contains mainly: green. Hex color #086E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086E29 is #F791D6. Grayscale: #474747. Windows color (decimal): -16224727 or 2715144. OLE color: 2715144.

HSL color Cylindrical-coordinate representation of color #086E29: hue angle of 139.41º 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 #086E29 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB811041-
CMYK0.9300.630.57
HSL139.41º86.44%23.14%-
HSV(B)139.41º92.73%43.14%-
XYZ6.0811.363.97-
YUV71.64110.7182.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 110 (43.36% from 255) = 69.18%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=5.03%
G=69.18%
B=25.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8110410.9300.630.57139.4186.4423.14
Hex86E295D03F398b5617
Octal10156511350777121312627
Binary100011011101010011011101011111111100110001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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