#128756

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

Shades of Salem #128756

Tints of Salem #128756

Color information

#128756 (or 0x128756) is unknown color: approx Salem. HEX triplet: 12, 87 and 56. RGB value is (18,135,86). Sum of RGB (Red+Green+Blue) = 18+135+86=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #128756 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128756 is #ED78A9. Grayscale: #5E5E5E. Windows color (decimal): -15562922 or 5670674. OLE color: 5670674.

HSL color Cylindrical-coordinate representation of color #128756: hue angle of 154.87º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128756 is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1813586-
CMYK0.8700.360.47
HSL154.87º76.47%30%-
HSV(B)154.87º86.67%52.94%-
XYZ10.5918.1311.74-
YUV94.43123.2473.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=7.53%
G=56.49%
B=35.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135860.8700.360.47154.8776.4730
Hex128756570242F9b4c1e
Octal222071261270445723311436
Binary100101000011110101101010111010010010111110011011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128756; }

 p { color: rgb(18,135,86); }

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

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

 a { background-color: rgb(18,135,86); }

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

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

 span { border-color: rgb(18,135,86); }

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