#127A4A

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

Shades of Salem #127A4A

Tints of Salem #127A4A

Color information

#127A4A (or 0x127A4A) is unknown color: approx Salem. HEX triplet: 12, 7A and 4A. RGB value is (18,122,74). Sum of RGB (Red+Green+Blue) = 18+122+74=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #127A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A4A is #ED85B5. Grayscale: #555555. Windows color (decimal): -15566262 or 4880914. OLE color: 4880914.

HSL color Cylindrical-coordinate representation of color #127A4A: hue angle of 152.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127A4A is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB1812274-
CMYK0.8500.390.52
HSL152.31º74.29%27.45%-
HSV(B)152.31º85.25%47.84%-
XYZ8.4514.548.84-
YUV85.43121.5479.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 122 (48.05% from 255) = 57.01%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=8.41%
G=57.01%
B=34.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122740.8500.390.52152.3174.2927.45
Hex127A4A5502734984a1b
Octal221721121250476423011233
Binary10010111101010010101010101010011111010010011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127A4A; }

 p { color: rgb(18,122,74); }

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

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

 a { background-color: rgb(18,122,74); }

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

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

 span { border-color: rgb(18,122,74); }

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