#086A40

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

Shades of Jewel #086A40

Tints of Jewel #086A40

Color information

#086A40 (or 0x086A40) is unknown color: approx Jewel. HEX triplet: 08, 6A and 40. RGB value is (8,106,64). Sum of RGB (Red+Green+Blue) = 8+106+64=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 106 (41.80% from 255 or 59.55% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 106 - color contains mainly: green. Hex color #086A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A40 is #F795BF. Grayscale: #474747. Windows color (decimal): -16225728 or 4221448. OLE color: 4221448.

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

Color convert

RGB810664-
CMYK0.9200.400.58
HSL154.29º85.96%22.35%-
HSV(B)154.29º92.45%41.57%-
XYZ6.1810.736.6-
YUV71.91123.5382.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 106 (41.80% from 255) = 59.55%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=4.49%
G=59.55%
B=35.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106640.9200.400.58154.2985.9622.35
Hex86A405C0283A9a5616
Octal101521001340507223212626
Binary1000110101010000001011100010100011101010011010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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