#0E7654

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

Shades of Salem #0E7654

Tints of Salem #0E7654

Color information

#0E7654 (or 0x0E7654) is unknown color: approx Salem. HEX triplet: 0E, 76 and 54. RGB value is (14,118,84). Sum of RGB (Red+Green+Blue) = 14+118+84=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7654 is #F189AB. Grayscale: #535353. Windows color (decimal): -15829420 or 5535246. OLE color: 5535246.

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

Color convert

RGB1411884-
CMYK0.8800.290.54
HSL160.38º78.79%25.88%-
HSV(B)160.38º88.14%46.27%-
XYZ8.2613.6910.59-
YUV83.03128.5478.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.48%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=6.48%
G=54.63%
B=38.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14118840.8800.290.54160.3878.7925.88
HexE76545801D36a04f1a
Octal161661241300356624011732
Binary111011101101010100101100001110111011010100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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