#0E7754

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

Shades of Salem #0E7754

Tints of Salem #0E7754

Color information

#0E7754 (or 0x0E7754) is unknown color: approx Salem. HEX triplet: 0E, 77 and 54. RGB value is (14,119,84). Sum of RGB (Red+Green+Blue) = 14+119+84=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7754 is #F188AB. Grayscale: #535353. Windows color (decimal): -15829164 or 5535502. OLE color: 5535502.

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

Color convert

RGB1411984-
CMYK0.8800.290.53
HSL160º78.95%26.08%-
HSV(B)160º88.24%46.67%-
XYZ8.3813.9310.63-
YUV83.61128.2178.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.45%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=6.45%
G=54.84%
B=38.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119840.8800.290.5316078.9526.08
HexE77545801D35a04f1a
Octal161671241300356524011732
Binary111011101111010100101100001110111010110100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,119,84); }

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

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

 a { background-color: rgb(14,119,84); }

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

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

 span { border-color: rgb(14,119,84); }

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