Html Css Color HEX #078646 Salem

📋 copy color: '#078646'

red 7 ◦ green 134 ◦ blue 70

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

Shades of Salem #078646

Tints of Salem #078646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 63.51%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 3.32%
G = 63.51%
B = 33.18%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#078646 (or 0x078646) is known color: Salem. HEX triplet: 07, 86 and 46. RGB value is (7,134,70). Sum of RGB (Red+Green+Blue) = 7+134+70=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #078646 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078646 is #F879B9. Grayscale: #585858. Windows color (decimal): -16284090 or 4621831. OLE color: 4621831.

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

Color convert

RGB 7 134 70 -
CMYK 0.95 0 0.48 0.47
HSL 149.76º 0.9% 0.28% -
HSV(B) 149.76º 0.95% 0.53% -
XYZ 9.72 17.54 8.67 -
YUV 88.73 117.42 69.7 -
System Red Green Blue C M Y K H S L
Decimal 7 134 70 0.95 0 0.48 0.47 149.76 0.9 0.28
Hex 7 86 46 5F 0 30 2F 96 5A 1C
Octal 7 206 106 137 0 60 57 226 132 34
Binary 111 10000110 1000110 1011111 0 110000 101111 10010110 1011010 11100

Color Harmonies of #078646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078646

Black with #078646

Text Example


Text Example

White with #078646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078646; }

 p { color: rgb(7,134,70); }

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

background-color css

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

 a { background-color: rgb(7,134,70); }

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

border-color css

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

 span { border-color: rgb(7,134,70); }

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