#077f48

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

Shades of Salem #077F48

Tints of Salem #077F48

Color information

#077F48 (or 0x077F48) is unknown color: approx Salem. HEX triplet: 07, 7F and 48. RGB value is (7,127,72). Sum of RGB (Red+Green+Blue) = 7+127+72=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #077F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077F48 is #F880B7. Grayscale: #545454. Windows color (decimal): -16285880 or 4751111. OLE color: 4751111.

HSL color Cylindrical-coordinate representation of color #077F48: hue angle of 152.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F48 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB712772-
CMYK0.9400.430.50
HSL152.5º89.55%26.27%-
HSV(B)152.5º94.49%49.8%-
XYZ8.8515.698.69-
YUV84.85120.7472.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 127 (50% from 255) = 61.65%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=3.40%
G=61.65%
B=34.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7127720.9400.430.50152.589.5526.27
Hex77F485E02B32985a1a
Octal71771101360536223013232
Binary111111111110010001011110010101111001010011000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,127,72); }

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

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

 a { background-color: rgb(7,127,72); }

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

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

 span { border-color: rgb(7,127,72); }

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