#086B2E

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

Shades of Crusoe #086B2E

Tints of Crusoe #086B2E

Color information

#086B2E (or 0x086B2E) is unknown color: approx Crusoe. HEX triplet: 08, 6B and 2E. RGB value is (8,107,46). Sum of RGB (Red+Green+Blue) = 8+107+46=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 107 (42.19% from 255 or 66.46% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 107 - color contains mainly: green. Hex color #086B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B2E is #F794D1. Grayscale: #464646. Windows color (decimal): -16225490 or 3042056. OLE color: 3042056.

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

Color convert

RGB810746-
CMYK0.9300.570.58
HSL143.03º86.09%22.55%-
HSV(B)143.03º92.52%41.96%-
XYZ5.8510.764.35-
YUV70.44114.283.46-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 107 (42.19% from 255) = 66.46%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=4.97%
G=66.46%
B=28.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107460.9300.570.58143.0386.0922.55
Hex86B2E5D0393A8f5617
Octal10153561350717221712627
Binary100011010111011101011101011100111101010001111101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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