#0C794F

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

Shades of Salem #0C794F

Tints of Salem #0C794F

Color information

#0C794F (or 0x0C794F) is unknown color: approx Salem. HEX triplet: 0C, 79 and 4F. RGB value is (12,121,79). Sum of RGB (Red+Green+Blue) = 12+121+79=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #0C794F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C794F is #F386B0. Grayscale: #535353. Windows color (decimal): -15959729 or 5208332. OLE color: 5208332.

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

Color convert

RGB1212179-
CMYK0.9000.350.53
HSL156.88º81.95%26.08%-
HSV(B)156.88º90.08%47.45%-
XYZ8.414.329.72-
YUV83.62125.3976.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 121 (47.66% from 255) = 57.08%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=5.66%
G=57.08%
B=37.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121790.9000.350.53156.8881.9526.08
HexC794F5A023359d521a
Octal141711171320436523512232
Binary1100111100110011111011010010001111010110011101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,121,79); }

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

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

 a { background-color: rgb(12,121,79); }

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

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

 span { border-color: rgb(12,121,79); }

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