Html Css Color HEX #078B48 Salem

📋 copy color: '#078B48'

red 7 ◦ green 139 ◦ blue 72

#078B48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #078B48

Tints of Salem #078B48

RGB

 RED value IS 7 (3.13% from 255) = 3.21%

 GREEN value IS 139 (54.69% from 255) = 63.76%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 3.21%
G = 63.76%
B = 33.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#078B48 (or 0x078B48) is known color: Salem. HEX triplet: 07, 8B and 48. RGB value is (7,139,72). Sum of RGB (Red+Green+Blue) = 7+139+72=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #078B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B48 is #F874B7. Grayscale: #5C5C5C. Windows color (decimal): -16282808 or 4754183. OLE color: 4754183.

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

Color convert

RGB 7 139 72 -
CMYK 0.95 0 0.48 0.45
HSL 149.55º 0.9% 0.29% -
HSV(B) 149.55º 0.95% 0.55% -
XYZ 10.49 18.98 9.24 -
YUV 91.89 116.77 67.45 -
System Red Green Blue C M Y K H S L
Decimal 7 139 72 0.95 0 0.48 0.45 149.55 0.9 0.29
Hex 7 8B 48 5F 0 30 2D 96 5A 1D
Octal 7 213 110 137 0 60 55 226 132 35
Binary 111 10001011 1001000 1011111 0 110000 101101 10010110 1011010 11101

Color Harmonies of #078B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078B48

Black with #078B48

Text Example


Text Example

White with #078B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #078B48;
 }
 .AnyTagClassName
 {
   color: #078B48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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