#127850

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

Shades of Salem #127850

Tints of Salem #127850

Color information

#127850 (or 0x127850) is unknown color: approx Salem. HEX triplet: 12, 78 and 50. RGB value is (18,120,80). Sum of RGB (Red+Green+Blue) = 18+120+80=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #127850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127850 is #ED87AF. Grayscale: #555555. Windows color (decimal): -15566768 or 5273618. OLE color: 5273618.

HSL color Cylindrical-coordinate representation of color #127850: hue angle of 156.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127850 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1812080-
CMYK0.8500.330.53
HSL156.47º73.91%27.06%-
HSV(B)156.47º85%47.06%-
XYZ8.4114.149.88-
YUV84.94125.2180.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=8.26%
G=55.05%
B=36.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120800.8500.330.53156.4773.9127.06
Hex12785055021359c4a1b
Octal221701201250416523411233
Binary10010111100010100001010101010000111010110011100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127850; }

 p { color: rgb(18,120,80); }

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

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

 a { background-color: rgb(18,120,80); }

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

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

 span { border-color: rgb(18,120,80); }

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