#078B51

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

Shades of Salem #078B51

Tints of Salem #078B51

Color information

#078B51 (or 0x078B51) is unknown color: approx Salem. HEX triplet: 07, 8B and 51. RGB value is (7,139,81). Sum of RGB (Red+Green+Blue) = 7+139+81=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #078B51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078B51 is #F874AE. Grayscale: #5D5D5D. Windows color (decimal): -16282799 or 5344007. OLE color: 5344007.

HSL color Cylindrical-coordinate representation of color #078B51: hue angle of 153.64º 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 #078B51 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB713981-
CMYK0.9500.420.45
HSL153.64º90.41%28.63%-
HSV(B)153.64º94.96%54.51%-
XYZ10.8119.110.9-
YUV92.92121.2766.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 139 (54.69% from 255) = 61.23%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=3.08%
G=61.23%
B=35.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7139810.9500.420.45153.6490.4128.63
Hex78B515F02A2D9a5a1d
Octal72131211370525523213235
Binary1111000101110100011011111010101010110110011010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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