#078644

Color #078644 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #078644

Tints of Salem #078644

Color information

#078644 (or 0x078644) is unknown color: approx Salem. HEX triplet: 07, 86 and 44. RGB value is (7,134,68). Sum of RGB (Red+Green+Blue) = 7+134+68=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 134 (52.73% from 255 or 64.11% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 134 - color contains mainly: green. Hex color #078644 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078644 is #F879BB. Grayscale: #585858. Windows color (decimal): -16284092 or 4490759. OLE color: 4490759.

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

Color convert

RGB713468-
CMYK0.9500.490.47
HSL148.82º90.07%27.65%-
HSV(B)148.82º94.78%52.55%-
XYZ9.6617.518.34-
YUV88.5116.4269.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 134 (52.73% from 255) = 64.11%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=3.35%
G=64.11%
B=32.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7134680.9500.490.47148.8290.0727.65
Hex786445F0312F955a1c
Octal72061041370615722513234
Binary1111000011010001001011111011000110111110010101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078644; }

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

 H1.HeaderClassName
 {
   color: #078644;
 }
 .AnyTagClassName
 {
   color: #078644;
 }
</style>
background-color css

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

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

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

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

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

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