#0E796E

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

Shades of Pine Green #0E796E

Tints of Pine Green #0E796E

Color information

#0E796E (or 0x0E796E) is unknown color: approx Pine Green. HEX triplet: 0E, 79 and 6E. RGB value is (14,121,110). Sum of RGB (Red+Green+Blue) = 14+121+110=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #0E796E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E796E is #F18691. Grayscale: #575757. Windows color (decimal): -15828626 or 7239950. OLE color: 7239950.

HSL color Cylindrical-coordinate representation of color #0E796E: hue angle of 173.83º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E796E is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB14121110-
CMYK0.8800.090.53
HSL173.83º79.26%26.47%-
HSV(B)173.83º88.43%47.45%-
XYZ9.8314.8917.11-
YUV87.75140.5575.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=5.71%
G=49.39%
B=44.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal141211100.8800.090.53173.8379.2626.47
HexE796E580935ae4f1a
Octal161711561300116525611732
Binary11101111001110111010110000100111010110101110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E796E; }

 p { color: rgb(14,121,110); }

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

<style>
 a { background-color: #0E796E; }

 a { background-color: rgb(14,121,110); }

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

<style>
 span { border-color: #0E796E; }

 span { border-color: rgb(14,121,110); }

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