Html Css Color HEX #078940 Salem

📋 copy color: '#078940'

red 7 ◦ green 137 ◦ blue 64

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

Shades of Salem #078940

Tints of Salem #078940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 3.37%
G = 65.87%
B = 30.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#078940 (or 0x078940) is known color: Salem. HEX triplet: 07, 89 and 40. RGB value is (7,137,64). Sum of RGB (Red+Green+Blue) = 7+137+64=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #078940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078940 is #F876BF. Grayscale: #595959. Windows color (decimal): -16283328 or 4229383. OLE color: 4229383.

HSL color Cylindrical-coordinate representation of color #078940: hue angle of 146.31º 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 #078940 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 64 -
CMYK 0.95 0 0.53 0.46
HSL 146.31º 0.9% 0.28% -
HSV(B) 146.31º 0.95% 0.54% -
XYZ 9.96 18.31 7.86 -
YUV 89.81 113.43 68.94 -
System Red Green Blue C M Y K H S L
Decimal 7 137 64 0.95 0 0.53 0.46 146.31 0.9 0.28
Hex 7 89 40 5F 0 35 2E 92 5A 1C
Octal 7 211 100 137 0 65 56 222 132 34
Binary 111 10001001 1000000 1011111 0 110101 101110 10010010 1011010 11100

Color Harmonies of #078940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078940

Black with #078940

Text Example


Text Example

White with #078940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078940; }

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

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

background-color css

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

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

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

border-color css

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

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

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