#127B4C

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

Shades of Salem #127B4C

Tints of Salem #127B4C

Color information

#127B4C (or 0x127B4C) is unknown color: approx Salem. HEX triplet: 12, 7B and 4C. RGB value is (18,123,76). Sum of RGB (Red+Green+Blue) = 18+123+76=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #127B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B4C is #ED84B3. Grayscale: #565656. Windows color (decimal): -15566004 or 5012242. OLE color: 5012242.

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

Color convert

RGB1812376-
CMYK0.8500.380.52
HSL153.14º74.47%27.65%-
HSV(B)153.14º85.37%48.24%-
XYZ8.6414.829.24-
YUV86.25122.2179.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=8.29%
G=56.68%
B=35.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123760.8500.380.52153.1474.4727.65
Hex127B4C5502634994a1c
Octal221731141250466423111234
Binary10010111101110011001010101010011011010010011001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,123,76); }

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

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

 a { background-color: rgb(18,123,76); }

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

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

 span { border-color: rgb(18,123,76); }

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