#087946

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

Shades of Salem #087946

Tints of Salem #087946

Color information

#087946 (or 0x087946) is unknown color: approx Salem. HEX triplet: 08, 79 and 46. RGB value is (8,121,70). Sum of RGB (Red+Green+Blue) = 8+121+70=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 121 (47.66% from 255 or 60.80% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 121 - color contains mainly: green. Hex color #087946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087946 is #F786B9. Grayscale: #515151. Windows color (decimal): -16221882 or 4618504. OLE color: 4618504.

HSL color Cylindrical-coordinate representation of color #087946: hue angle of 152.92º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087946 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB812170-
CMYK0.9300.420.53
HSL152.92º87.6%25.29%-
HSV(B)152.92º93.39%47.45%-
XYZ8.0414.178.11-
YUV81.4121.5675.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 121 (47.66% from 255) = 60.80%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=4.02%
G=60.80%
B=35.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8121700.9300.420.53152.9287.625.29
Hex879465D02A35995819
Octal101711061350526523113031
Binary1000111100110001101011101010101011010110011001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087946; }

 p { color: rgb(8,121,70); }

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

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

 a { background-color: rgb(8,121,70); }

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

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

 span { border-color: rgb(8,121,70); }

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