#086D3A

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

Shades of Jewel #086D3A

Tints of Jewel #086D3A

Color information

#086D3A (or 0x086D3A) is unknown color: approx Jewel. HEX triplet: 08, 6D and 3A. RGB value is (8,109,58). Sum of RGB (Red+Green+Blue) = 8+109+58=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 109 (42.97% from 255 or 62.29% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 109 - color contains mainly: green. Hex color #086D3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086D3A is #F792C5. Grayscale: #494949. Windows color (decimal): -16224966 or 3829000. OLE color: 3829000.

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

Color convert

RGB810958-
CMYK0.9300.470.57
HSL149.7º86.32%22.94%-
HSV(B)149.7º92.66%42.75%-
XYZ6.3311.295.85-
YUV72.99119.5481.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.57%
GREEN value IS 109 (42.97% from 255) = 62.29%
BLUE value IS 58 (23.05% from 255) = 33.14%
R=4.57%
G=62.29%
B=33.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8109580.9300.470.57149.786.3222.94
Hex86D3A5D02F39965617
Octal10155721350577122612627
Binary100011011011110101011101010111111100110010110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,109,58); }

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

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

 a { background-color: rgb(8,109,58); }

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

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

 span { border-color: rgb(8,109,58); }

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