#0E746E

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

Shades of Pine Green #0E746E

Tints of Pine Green #0E746E

Color information

#0E746E (or 0x0E746E) is unknown color: approx Pine Green. HEX triplet: 0E, 74 and 6E. RGB value is (14,116,110). Sum of RGB (Red+Green+Blue) = 14+116+110=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #0E746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E746E is #F18B91. Grayscale: #545454. Windows color (decimal): -15829906 or 7238670. OLE color: 7238670.

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

Color convert

RGB14116110-
CMYK0.8800.050.55
HSL176.47º78.46%25.49%-
HSV(B)176.47º87.93%45.49%-
XYZ9.2413.7116.91-
YUV84.82142.2177.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.83%
GREEN value IS 116 (45.70% from 255) = 48.33%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=5.83%
G=48.33%
B=45.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141161100.8800.050.55176.4778.4625.49
HexE746E580537b04e19
Octal16164156130056726011631
Binary1110111010011011101011000010111011110110000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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