Html Css Color HEX #078950 Salem

📋 copy color: '#078950'

red 7 ◦ green 137 ◦ blue 80

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

Shades of Salem #078950

Tints of Salem #078950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.16%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 3.13%
G = 61.16%
B = 35.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#078950 (or 0x078950) is known color: Salem. HEX triplet: 07, 89 and 50. RGB value is (7,137,80). Sum of RGB (Red+Green+Blue) = 7+137+80=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #078950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078950 is #F876AF. Grayscale: #5B5B5B. Windows color (decimal): -16283312 or 5277959. OLE color: 5277959.

HSL color Cylindrical-coordinate representation of color #078950: hue angle of 153.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078950 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 80 -
CMYK 0.95 0 0.42 0.46
HSL 153.69º 0.9% 0.28% -
HSV(B) 153.69º 0.95% 0.54% -
XYZ 10.48 18.52 10.61 -
YUV 91.63 121.43 67.63 -
System Red Green Blue C M Y K H S L
Decimal 7 137 80 0.95 0 0.42 0.46 153.69 0.9 0.28
Hex 7 89 50 5F 0 2A 2E 9A 5A 1C
Octal 7 211 120 137 0 52 56 232 132 34
Binary 111 10001001 1010000 1011111 0 101010 101110 10011010 1011010 11100

Color Harmonies of #078950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078950

Black with #078950

Text Example


Text Example

White with #078950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078950; }

 p { color: rgb(7,137,80); }

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

background-color css

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

 a { background-color: rgb(7,137,80); }

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

border-color css

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

 span { border-color: rgb(7,137,80); }

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