#0E746D

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

Shades of Pine Green #0E746D

Tints of Pine Green #0E746D

Color information

#0E746D (or 0x0E746D) is unknown color: approx Pine Green. HEX triplet: 0E, 74 and 6D. RGB value is (14,116,109). Sum of RGB (Red+Green+Blue) = 14+116+109=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #0E746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E746D is #F18B92. Grayscale: #545454. Windows color (decimal): -15829907 or 7173134. OLE color: 7173134.

HSL color Cylindrical-coordinate representation of color #0E746D: hue angle of 175.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E746D is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB14116109-
CMYK0.8800.060.55
HSL175.88º78.46%25.49%-
HSV(B)175.88º87.93%45.49%-
XYZ9.1913.6916.63-
YUV84.7141.7177.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.86%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=5.86%
G=48.54%
B=45.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141161090.8800.060.55175.8878.4625.49
HexE746D580637b04e19
Octal16164155130066726011631
Binary1110111010011011011011000011011011110110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,116,109); }

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

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

 a { background-color: rgb(14,116,109); }

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

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

 span { border-color: rgb(14,116,109); }

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