#0E754B

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

Shades of Salem #0E754B

Tints of Salem #0E754B

Color information

#0E754B (or 0x0E754B) is unknown color: approx Salem. HEX triplet: 0E, 75 and 4B. RGB value is (14,117,75). Sum of RGB (Red+Green+Blue) = 14+117+75=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #0E754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E754B is #F18AB4. Grayscale: #515151. Windows color (decimal): -15829685 or 4945166. OLE color: 4945166.

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

Color convert

RGB1411775-
CMYK0.8800.360.54
HSL155.53º78.63%25.69%-
HSV(B)155.53º88.03%45.88%-
XYZ7.8113.328.82-
YUV81.42124.3879.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.80%
GREEN value IS 117 (46.09% from 255) = 56.80%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=6.80%
G=56.80%
B=36.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117750.8800.360.54155.5378.6325.69
HexE754B58024369c4f1a
Octal161651131300446623411732
Binary1110111010110010111011000010010011011010011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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