#0D764E

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

Shades of Salem #0D764E

Tints of Salem #0D764E

Color information

#0D764E (or 0x0D764E) is unknown color: approx Salem. HEX triplet: 0D, 76 and 4E. RGB value is (13,118,78). Sum of RGB (Red+Green+Blue) = 13+118+78=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #0D764E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D764E is #F289B1. Grayscale: #525252. Windows color (decimal): -15894962 or 5142029. OLE color: 5142029.

HSL color Cylindrical-coordinate representation of color #0D764E: hue angle of 157.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D764E is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1311878-
CMYK0.8900.340.54
HSL157.14º80.15%25.69%-
HSV(B)157.14º88.98%46.27%-
XYZ8.0213.599.41-
YUV82.04125.7178.75-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.22%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=6.22%
G=56.46%
B=37.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13118780.8900.340.54157.1480.1525.69
HexD764E59022369d501a
Octal151661161310426623512032
Binary1101111011010011101011001010001011011010011101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,118,78); }

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

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

 a { background-color: rgb(13,118,78); }

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

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

 span { border-color: rgb(13,118,78); }

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