Html Css Color HEX #127C4F Salem

📋 copy color: '#127C4F'

red 18 ◦ green 124 ◦ blue 79

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

Shades of Salem #127C4F

Tints of Salem #127C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.11%

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 8.14%
G = 56.11%
B = 35.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#127C4F (or 0x127C4F) is known color: Salem. HEX triplet: 12, 7C and 4F. RGB value is (18,124,79). Sum of RGB (Red+Green+Blue) = 18+124+79=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #127C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C4F is #ED83B0. Grayscale: #575757. Windows color (decimal): -15565745 or 5209106. OLE color: 5209106.

HSL color Cylindrical-coordinate representation of color #127C4F: hue angle of 154.53º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C4F is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 79 -
CMYK 0.85 0 0.36 0.51
HSL 154.53º 0.75% 0.28% -
HSV(B) 154.53º 0.85% 0.49% -
XYZ 8.87 15.11 9.85 -
YUV 87.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 18 124 79 0.85 0 0.36 0.51 154.53 0.75 0.28
Hex 12 7C 4F 55 0 24 33 9B 4B 1C
Octal 22 174 117 125 0 44 63 233 113 34
Binary 10010 1111100 1001111 1010101 0 100100 110011 10011011 1001011 11100

Color Harmonies of #127C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C4F

Black with #127C4F

Text Example


Text Example

White with #127C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,79); }

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

background-color css

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

 a { background-color: rgb(18,124,79); }

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

border-color css

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

 span { border-color: rgb(18,124,79); }

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