#078B52

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

Shades of Salem #078B52

Tints of Salem #078B52

Color information

#078B52 (or 0x078B52) is unknown color: approx Salem. HEX triplet: 07, 8B and 52. RGB value is (7,139,82). Sum of RGB (Red+Green+Blue) = 7+139+82=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 139 (54.69% from 255 or 60.96% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 139 - color contains mainly: green. Hex color #078B52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B52 is #F874AD. Grayscale: #5D5D5D. Windows color (decimal): -16282798 or 5409543. OLE color: 5409543.

HSL color Cylindrical-coordinate representation of color #078B52: hue angle of 154.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078B52 is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB713982-
CMYK0.9500.410.45
HSL154.09º90.41%28.63%-
HSV(B)154.09º94.96%54.51%-
XYZ10.8419.1211.1-
YUV93.03121.7766.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 139 (54.69% from 255) = 60.96%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=3.07%
G=60.96%
B=35.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7139820.9500.410.45154.0990.4128.63
Hex78B525F0292D9a5a1d
Octal72131221370515523213235
Binary1111000101110100101011111010100110110110011010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078B52; }

 p { color: rgb(7,139,82); }

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

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

 a { background-color: rgb(7,139,82); }

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

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

 span { border-color: rgb(7,139,82); }

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