Html Css Color HEX #127D4D Salem

📋 copy color: '#127D4D'

red 18 ◦ green 125 ◦ blue 77

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

Shades of Salem #127D4D

Tints of Salem #127D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 56.82%

 BLUE value IS 77 (30.47% from 255) = 35%

R = 8.18%
G = 56.82%
B = 35%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#127D4D (or 0x127D4D) is known color: Salem. HEX triplet: 12, 7D and 4D. RGB value is (18,125,77). Sum of RGB (Red+Green+Blue) = 18+125+77=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 125 (49.22% from 255 or 56.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 125 - color contains mainly: green. Hex color #127D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D4D is #ED82B2. Grayscale: #575757. Windows color (decimal): -15565491 or 5078290. OLE color: 5078290.

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

Color convert

RGB 18 125 77 -
CMYK 0.86 0 0.38 0.51
HSL 153.08º 0.75% 0.28% -
HSV(B) 153.08º 0.86% 0.49% -
XYZ 8.92 15.33 9.51 -
YUV 87.54 122.05 78.4 -
System Red Green Blue C M Y K H S L
Decimal 18 125 77 0.86 0 0.38 0.51 153.08 0.75 0.28
Hex 12 7D 4D 56 0 26 33 99 4B 1C
Octal 22 175 115 126 0 46 63 231 113 34
Binary 10010 1111101 1001101 1010110 0 100110 110011 10011001 1001011 11100

Color Harmonies of #127D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127D4D

Black with #127D4D

Text Example


Text Example

White with #127D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,125,77); }

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

background-color css

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

 a { background-color: rgb(18,125,77); }

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

border-color css

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

 span { border-color: rgb(18,125,77); }

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