#0E7473

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

Shades of Pine Green #0E7473

Tints of Pine Green #0E7473

Color information

#0E7473 (or 0x0E7473) is unknown color: approx Pine Green. HEX triplet: 0E, 74 and 73. RGB value is (14,116,115). Sum of RGB (Red+Green+Blue) = 14+116+115=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7473 is #F18B8C. Grayscale: #555555. Windows color (decimal): -15829901 or 7566350. OLE color: 7566350.

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

Color convert

RGB14116115-
CMYK0.8800.010.55
HSL179.41º78.46%25.49%-
HSV(B)179.41º87.93%45.49%-
XYZ9.5213.8218.39-
YUV85.39144.7177.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.71%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=5.71%
G=47.35%
B=46.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal141161150.8800.010.55179.4178.4625.49
HexE7473580137b34e19
Octal16164163130016726311631
Binary11101110100111001110110000111011110110011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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