#0E7753

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

Shades of Salem #0E7753

Tints of Salem #0E7753

Color information

#0E7753 (or 0x0E7753) is unknown color: approx Salem. HEX triplet: 0E, 77 and 53. RGB value is (14,119,83). Sum of RGB (Red+Green+Blue) = 14+119+83=216 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.48% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7753 is #F188AC. Grayscale: #535353. Windows color (decimal): -15829165 or 5469966. OLE color: 5469966.

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

Color convert

RGB1411983-
CMYK0.8800.300.53
HSL159.43º78.95%26.08%-
HSV(B)159.43º88.24%46.67%-
XYZ8.3413.9110.43-
YUV83.5127.7178.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.48%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=6.48%
G=55.09%
B=38.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119830.8800.300.53159.4378.9526.08
HexE77535801E359f4f1a
Octal161671231300366523711732
Binary111011101111010011101100001111011010110011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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