#0E784A

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

Shades of Salem #0E784A

Tints of Salem #0E784A

Color information

#0E784A (or 0x0E784A) is unknown color: approx Salem. HEX triplet: 0E, 78 and 4A. RGB value is (14,120,74). Sum of RGB (Red+Green+Blue) = 14+120+74=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #0E784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E784A is #F187B5. Grayscale: #535353. Windows color (decimal): -15828918 or 4880398. OLE color: 4880398.

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

Color convert

RGB1412074-
CMYK0.8800.380.53
HSL153.96º79.1%26.27%-
HSV(B)153.96º88.33%47.06%-
XYZ8.1314.028.76-
YUV83.06122.8878.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=6.73%
G=57.69%
B=35.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120740.8800.380.53153.9679.126.27
HexE784A58026359a4f1a
Octal161701121300466523211732
Binary1110111100010010101011000010011011010110011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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