#0C764D

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

Shades of Salem #0C764D

Tints of Salem #0C764D

Color information

#0C764D (or 0x0C764D) is unknown color: approx Salem. HEX triplet: 0C, 76 and 4D. RGB value is (12,118,77). Sum of RGB (Red+Green+Blue) = 12+118+77=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #0C764D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C764D is #F389B2. Grayscale: #515151. Windows color (decimal): -15960499 or 5076492. OLE color: 5076492.

HSL color Cylindrical-coordinate representation of color #0C764D: hue angle of 156.79º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C764D is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1211877-
CMYK0.9000.350.54
HSL156.79º81.54%25.49%-
HSV(B)156.79º89.83%46.27%-
XYZ7.9713.579.22-
YUV81.63125.3878.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.80%
GREEN value IS 118 (46.48% from 255) = 57.00%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=5.80%
G=57.00%
B=37.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118770.9000.350.54156.7981.5425.49
HexC764D5A023369d5219
Octal141661151320436623512231
Binary1100111011010011011011010010001111011010011101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,77); }

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

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

 a { background-color: rgb(12,118,77); }

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

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

 span { border-color: rgb(12,118,77); }

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