#086E68

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

Shades of Pine Green #086E68

Tints of Pine Green #086E68

Color information

#086E68 (or 0x086E68) is unknown color: approx Pine Green. HEX triplet: 08, 6E and 68. RGB value is (8,110,104). Sum of RGB (Red+Green+Blue) = 8+110+104=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #086E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086E68 is #F79197. Grayscale: #4E4E4E. Windows color (decimal): -16224664 or 6843912. OLE color: 6843912.

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

Color convert

RGB8110104-
CMYK0.9300.050.57
HSL176.47º86.44%23.14%-
HSV(B)176.47º92.73%43.14%-
XYZ8.1712.215.02-
YUV78.82142.2177.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 110 (43.36% from 255) = 49.55%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=3.60%
G=49.55%
B=46.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81101040.9300.050.57176.4786.4423.14
Hex86E685D0539b05617
Octal10156150135057126012627
Binary1000110111011010001011101010111100110110000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,110,104); }

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

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

 a { background-color: rgb(8,110,104); }

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

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

 span { border-color: rgb(8,110,104); }

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