#077a46

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

Shades of Salem #077A46

Tints of Salem #077A46

Color information

#077A46 (or 0x077A46) is unknown color: approx Salem. HEX triplet: 07, 7A and 46. RGB value is (7,122,70). Sum of RGB (Red+Green+Blue) = 7+122+70=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #077A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A46 is #F885B9. Grayscale: #515151. Windows color (decimal): -16287162 or 4618759. OLE color: 4618759.

HSL color Cylindrical-coordinate representation of color #077A46: hue angle of 152.87º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A46 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB712270-
CMYK0.9400.430.52
HSL152.87º89.15%25.29%-
HSV(B)152.87º94.26%47.84%-
XYZ8.1514.418.15-
YUV81.69121.474.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=3.52%
G=61.31%
B=35.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122700.9400.430.52152.8789.1525.29
Hex77A465E02B34995919
Octal71721061360536423113131
Binary111111101010001101011110010101111010010011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077a46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077a46; }

 p { color: rgb(7,122,70); }

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

<style>
 a { background-color: #077a46; }

 a { background-color: rgb(7,122,70); }

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

<style>
 span { border-color: #077a46; }

 span { border-color: rgb(7,122,70); }

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