#0E7F4E

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

Shades of Salem #0E7F4E

Tints of Salem #0E7F4E

Color information

#0E7F4E (or 0x0E7F4E) is unknown color: approx Salem. HEX triplet: 0E, 7F and 4E. RGB value is (14,127,78). Sum of RGB (Red+Green+Blue) = 14+127+78=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7F4E is #F180B1. Grayscale: #575757. Windows color (decimal): -15827122 or 5144334. OLE color: 5144334.

HSL color Cylindrical-coordinate representation of color #0E7F4E: hue angle of 153.98º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F4E is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1412778-
CMYK0.8900.390.50
HSL153.98º80.14%27.65%-
HSV(B)153.98º88.98%49.8%-
XYZ9.1515.829.78-
YUV87.63122.5675.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.39%
GREEN value IS 127 (50% from 255) = 57.99%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=6.39%
G=57.99%
B=35.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal14127780.8900.390.50153.9880.1427.65
HexE7F4E59027329a501c
Octal161771161310476223212034
Binary1110111111110011101011001010011111001010011010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,127,78); }

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

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

 a { background-color: rgb(14,127,78); }

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

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

 span { border-color: rgb(14,127,78); }

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