#078149

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

Shades of Salem #078149

Tints of Salem #078149

Color information

#078149 (or 0x078149) is unknown color: approx Salem. HEX triplet: 07, 81 and 49. RGB value is (7,129,73). Sum of RGB (Red+Green+Blue) = 7+129+73=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 129 (50.78% from 255 or 61.72% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 129 - color contains mainly: green. Hex color #078149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078149 is #F87EB6. Grayscale: #565656. Windows color (decimal): -16285367 or 4817159. OLE color: 4817159.

HSL color Cylindrical-coordinate representation of color #078149: hue angle of 152.46º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078149 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB712973-
CMYK0.9500.430.49
HSL152.46º89.71%26.67%-
HSV(B)152.46º94.57%50.59%-
XYZ9.1416.238.95-
YUV86.14120.5871.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 129 (50.78% from 255) = 61.72%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=3.35%
G=61.72%
B=34.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7129730.9500.430.49152.4689.7126.67
Hex781495F02B31985a1b
Octal72011111370536123013233
Binary1111000000110010011011111010101111000110011000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078149; }

 p { color: rgb(7,129,73); }

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

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

 a { background-color: rgb(7,129,73); }

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

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

 span { border-color: rgb(7,129,73); }

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