Html Css Color HEX #127A46 Salem

📋 copy color: '#127A46'

red 18 ◦ green 122 ◦ blue 70

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

Shades of Salem #127A46

Tints of Salem #127A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 58.1%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 8.57%
G = 58.1%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#127A46 (or 0x127A46) is known color: Salem. HEX triplet: 12, 7A and 46. RGB value is (18,122,70). Sum of RGB (Red+Green+Blue) = 18+122+70=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #127A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127A46 is #ED85B9. Grayscale: #555555. Windows color (decimal): -15566266 or 4618770. OLE color: 4618770.

HSL color Cylindrical-coordinate representation of color #127A46: hue angle of 150º 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 #127A46 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 122 70 -
CMYK 0.85 0 0.43 0.52
HSL 150º 0.74% 0.27% -
HSV(B) 150º 0.85% 0.48% -
XYZ 8.31 14.49 8.15 -
YUV 84.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 18 122 70 0.85 0 0.43 0.52 150 0.74 0.27
Hex 12 7A 46 55 0 2B 34 96 4A 1B
Octal 22 172 106 125 0 53 64 226 112 33
Binary 10010 1111010 1000110 1010101 0 101011 110100 10010110 1001010 11011

Color Harmonies of #127A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A46

Black with #127A46

Text Example


Text Example

White with #127A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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