#086D6C

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

Shades of Pine Green #086D6C

Tints of Pine Green #086D6C

Color information

#086D6C (or 0x086D6C) is unknown color: approx Pine Green. HEX triplet: 08, 6D and 6C. RGB value is (8,109,108). Sum of RGB (Red+Green+Blue) = 8+109+108=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #086D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086D6C is #F79293. Grayscale: #4E4E4E. Windows color (decimal): -16224916 or 7105800. OLE color: 7105800.

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

Color convert

RGB8109108-
CMYK0.9300.010.57
HSL179.41º86.32%22.94%-
HSV(B)179.41º92.66%42.75%-
XYZ8.2812.0716.08-
YUV78.69144.5477.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.56%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 108 (42.58% from 255) = 48%
R=3.56%
G=48.44%
B=48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81091080.9300.010.57179.4186.3222.94
Hex86D6C5D0139b35617
Octal10155154135017126312627
Binary10001101101110110010111010111100110110011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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