#086A2D

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

Shades of Crusoe #086A2D

Tints of Crusoe #086A2D

Color information

#086A2D (or 0x086A2D) is unknown color: approx Crusoe. HEX triplet: 08, 6A and 2D. RGB value is (8,106,45). Sum of RGB (Red+Green+Blue) = 8+106+45=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 106 (41.80% from 255 or 66.67% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 106 - color contains mainly: green. Hex color #086A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A2D is #F795D2. Grayscale: #454545. Windows color (decimal): -16225747 or 2976264. OLE color: 2976264.

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

Color convert

RGB810645-
CMYK0.9200.580.58
HSL142.65º85.96%22.35%-
HSV(B)142.65º92.45%41.57%-
XYZ5.7310.554.22-
YUV69.74114.0383.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 106 (41.80% from 255) = 66.67%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=5.03%
G=66.67%
B=28.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106450.9200.580.58142.6585.9622.35
Hex86A2D5C03A3A8f5616
Octal10152551340727221712626
Binary100011010101011011011100011101011101010001111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,106,45); }

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

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

 a { background-color: rgb(8,106,45); }

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

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

 span { border-color: rgb(8,106,45); }

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