#0E784C

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

Shades of Salem #0E784C

Tints of Salem #0E784C

Color information

#0E784C (or 0x0E784C) is unknown color: approx Salem. HEX triplet: 0E, 78 and 4C. RGB value is (14,120,76). Sum of RGB (Red+Green+Blue) = 14+120+76=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 120 (47.27% from 255 or 57.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 120 - color contains mainly: green. Hex color #0E784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E784C is #F187B3. Grayscale: #535353. Windows color (decimal): -15828916 or 5011470. OLE color: 5011470.

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

Color convert

RGB1412076-
CMYK0.8800.370.53
HSL155.09º79.1%26.27%-
HSV(B)155.09º88.33%47.06%-
XYZ8.214.059.12-
YUV83.29123.8878.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.67%
GREEN value IS 120 (47.27% from 255) = 57.14%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=6.67%
G=57.14%
B=36.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120760.8800.370.53155.0979.126.27
HexE784C58025359b4f1a
Octal161701141300456523311732
Binary1110111100010011001011000010010111010110011011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,120,76); }

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

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

 a { background-color: rgb(14,120,76); }

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

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

 span { border-color: rgb(14,120,76); }

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