#086A45

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

Shades of Jewel #086A45

Tints of Jewel #086A45

Color information

#086A45 (or 0x086A45) is unknown color: approx Jewel. HEX triplet: 08, 6A and 45. RGB value is (8,106,69). Sum of RGB (Red+Green+Blue) = 8+106+69=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #086A45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086A45 is #F795BA. Grayscale: #484848. Windows color (decimal): -16225723 or 4549128. OLE color: 4549128.

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

Color convert

RGB810669-
CMYK0.9200.350.58
HSL157.35º85.96%22.35%-
HSV(B)157.35º92.45%41.57%-
XYZ6.3310.797.38-
YUV72.48126.0382.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 106 (41.80% from 255) = 57.92%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=4.37%
G=57.92%
B=37.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8106690.9200.350.58157.3585.9622.35
Hex86A455C0233A9d5616
Octal101521051340437223512626
Binary1000110101010001011011100010001111101010011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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