#0E754D

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

Shades of Salem #0E754D

Tints of Salem #0E754D

Color information

#0E754D (or 0x0E754D) is unknown color: approx Salem. HEX triplet: 0E, 75 and 4D. RGB value is (14,117,77). Sum of RGB (Red+Green+Blue) = 14+117+77=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #0E754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E754D is #F18AB2. Grayscale: #515151. Windows color (decimal): -15829683 or 5076238. OLE color: 5076238.

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

Color convert

RGB1411777-
CMYK0.8800.340.54
HSL156.7º78.63%25.69%-
HSV(B)156.7º88.03%45.88%-
XYZ7.8813.359.18-
YUV81.64125.3879.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=6.73%
G=56.25%
B=37.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117770.8800.340.54156.778.6325.69
HexE754D58022369d4f1a
Octal161651151300426623511732
Binary1110111010110011011011000010001011011010011101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,77); }

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

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

 a { background-color: rgb(14,117,77); }

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

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

 span { border-color: rgb(14,117,77); }

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