Html Css Color HEX #127050 Salem

📋 copy color: '#127050'

red 18 ◦ green 112 ◦ blue 80

#127050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #127050

Tints of Salem #127050

RGB

 RED value IS 18 (7.42% from 255) = 8.57%

 GREEN value IS 112 (44.14% from 255) = 53.33%

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 8.57%
G = 53.33%
B = 38.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#127050 (or 0x127050) is known color: Salem. HEX triplet: 12, 70 and 50. RGB value is (18,112,80). Sum of RGB (Red+Green+Blue) = 18+112+80=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #127050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127050 is #ED8FAF. Grayscale: #505050. Windows color (decimal): -15568816 or 5271570. OLE color: 5271570.

HSL color Cylindrical-coordinate representation of color #127050: hue angle of 159.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127050 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 80 -
CMYK 0.84 0 0.29 0.56
HSL 159.57º 0.72% 0.25% -
HSV(B) 159.57º 0.84% 0.44% -
XYZ 7.49 12.3 9.57 -
YUV 80.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 18 112 80 0.84 0 0.29 0.56 159.57 0.72 0.25
Hex 12 70 50 54 0 1D 38 A0 48 19
Octal 22 160 120 124 0 35 70 240 110 31
Binary 10010 1110000 1010000 1010100 0 11101 111000 10100000 1001000 11001

Color Harmonies of #127050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127050

Black with #127050

Text Example


Text Example

White with #127050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127050; }

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

 H1.HeaderClassName
 {
   color: #127050;
 }
 .AnyTagClassName
 {
   color: #127050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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