#078849

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

Shades of Salem #078849

Tints of Salem #078849

Color information

#078849 (or 0x078849) is unknown color: approx Salem. HEX triplet: 07, 88 and 49. RGB value is (7,136,73). Sum of RGB (Red+Green+Blue) = 7+136+73=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #078849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078849 is #F877B6. Grayscale: #5A5A5A. Windows color (decimal): -16283575 or 4818951. OLE color: 4818951.

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

Color convert

RGB713673-
CMYK0.9500.460.47
HSL150.7º90.21%28.04%-
HSV(B)150.7º94.85%53.33%-
XYZ10.0918.139.27-
YUV90.25118.2668.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.24%
GREEN value IS 136 (53.52% from 255) = 62.96%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=3.24%
G=62.96%
B=33.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7136730.9500.460.47150.790.2128.04
Hex788495F02E2F975a1c
Octal72101111370565722713234
Binary1111000100010010011011111010111010111110010111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078849; }

 p { color: rgb(7,136,73); }

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

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

 a { background-color: rgb(7,136,73); }

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

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

 span { border-color: rgb(7,136,73); }

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