Html Css Color HEX #078A40 Salem

📋 copy color: '#078A40'

red 7 ◦ green 138 ◦ blue 64

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

Shades of Salem #078A40

Tints of Salem #078A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 66.03%

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

R = 3.35%
G = 66.03%
B = 30.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#078A40 (or 0x078A40) is known color: Salem. HEX triplet: 07, 8A and 40. RGB value is (7,138,64). Sum of RGB (Red+Green+Blue) = 7+138+64=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 138 (54.30% from 255 or 66.03% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 138 - color contains mainly: green. Hex color #078A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078A40 is #F875BF. Grayscale: #5A5A5A. Windows color (decimal): -16283072 or 4229639. OLE color: 4229639.

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

Color convert

RGB 7 138 64 -
CMYK 0.95 0 0.54 0.46
HSL 146.11º 0.9% 0.28% -
HSV(B) 146.11º 0.95% 0.54% -
XYZ 10.1 18.59 7.91 -
YUV 90.4 113.1 68.52 -
System Red Green Blue C M Y K H S L
Decimal 7 138 64 0.95 0 0.54 0.46 146.11 0.9 0.28
Hex 7 8A 40 5F 0 36 2E 92 5A 1C
Octal 7 212 100 137 0 66 56 222 132 34
Binary 111 10001010 1000000 1011111 0 110110 101110 10010010 1011010 11100

Color Harmonies of #078A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078A40

Black with #078A40

Text Example


Text Example

White with #078A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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