#086F29

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

Shades of Crusoe #086F29

Tints of Crusoe #086F29

Color information

#086F29 (or 0x086F29) is unknown color: approx Crusoe. HEX triplet: 08, 6F and 29. RGB value is (8,111,41). Sum of RGB (Red+Green+Blue) = 8+111+41=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 111 (43.75% from 255 or 69.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 111 - color contains mainly: green. Hex color #086F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086F29 is #F790D6. Grayscale: #484848. Windows color (decimal): -16224471 or 2715400. OLE color: 2715400.

HSL color Cylindrical-coordinate representation of color #086F29: hue angle of 139.22º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F29 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB811141-
CMYK0.9300.630.56
HSL139.22º86.55%23.33%-
HSV(B)139.22º92.79%43.53%-
XYZ6.1811.584.01-
YUV72.22110.3882.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 111 (43.75% from 255) = 69.38%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=5%
G=69.38%
B=25.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111410.9300.630.56139.2286.5523.33
Hex86F295D03F388b5717
Octal10157511350777021312727
Binary100011011111010011011101011111111100010001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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