#086B2A

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

Shades of Crusoe #086B2A

Tints of Crusoe #086B2A

Color information

#086B2A (or 0x086B2A) is unknown color: approx Crusoe. HEX triplet: 08, 6B and 2A. RGB value is (8,107,42). Sum of RGB (Red+Green+Blue) = 8+107+42=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 107 (42.19% from 255 or 68.15% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 107 - color contains mainly: green. Hex color #086B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B2A is #F794D5. Grayscale: #464646. Windows color (decimal): -16225494 or 2779912. OLE color: 2779912.

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

Color convert

RGB810742-
CMYK0.9300.610.58
HSL140.61º86.09%22.55%-
HSV(B)140.61º92.52%41.96%-
XYZ5.7810.733.96-
YUV69.99112.283.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 107 (42.19% from 255) = 68.15%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=5.10%
G=68.15%
B=26.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107420.9300.610.58140.6186.0922.55
Hex86B2A5D03D3A8d5617
Octal10153521350757221512627
Binary100011010111010101011101011110111101010001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,107,42); }

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

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

 a { background-color: rgb(8,107,42); }

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

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

 span { border-color: rgb(8,107,42); }

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