#0E784B

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

Shades of Salem #0E784B

Tints of Salem #0E784B

Color information

#0E784B (or 0x0E784B) is unknown color: approx Salem. HEX triplet: 0E, 78 and 4B. RGB value is (14,120,75). Sum of RGB (Red+Green+Blue) = 14+120+75=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #0E784B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E784B is #F187B4. Grayscale: #535353. Windows color (decimal): -15828917 or 4945934. OLE color: 4945934.

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

Color convert

RGB1412075-
CMYK0.8800.370.53
HSL154.53º79.1%26.27%-
HSV(B)154.53º88.33%47.06%-
XYZ8.1714.038.94-
YUV83.18123.3878.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=6.70%
G=57.42%
B=35.89%

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
Decimal14120750.8800.370.53154.5379.126.27
HexE784B58025359b4f1a
Octal161701131300456523311732
Binary1110111100010010111011000010010111010110011011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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