Html Css Color HEX #078246 Salem

📋 copy color: '#078246'

red 7 ◦ green 130 ◦ blue 70

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

Shades of Salem #078246

Tints of Salem #078246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.8%

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

R = 3.38%
G = 62.8%
B = 33.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#078246 (or 0x078246) is known color: Salem. HEX triplet: 07, 82 and 46. RGB value is (7,130,70). Sum of RGB (Red+Green+Blue) = 7+130+70=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #078246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078246 is #F87DB9. Grayscale: #565656. Windows color (decimal): -16285114 or 4620807. OLE color: 4620807.

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

Color convert

RGB 7 130 70 -
CMYK 0.95 0 0.46 0.49
HSL 150.73º 0.9% 0.27% -
HSV(B) 150.73º 0.95% 0.51% -
XYZ 9.18 16.45 8.49 -
YUV 86.38 118.75 71.38 -
System Red Green Blue C M Y K H S L
Decimal 7 130 70 0.95 0 0.46 0.49 150.73 0.9 0.27
Hex 7 82 46 5F 0 2E 31 97 5A 1B
Octal 7 202 106 137 0 56 61 227 132 33
Binary 111 10000010 1000110 1011111 0 101110 110001 10010111 1011010 11011

Color Harmonies of #078246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078246

Black with #078246

Text Example


Text Example

White with #078246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078246; }

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

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

background-color css

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

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

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

border-color css

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

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

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