Html Css Color HEX #127650 Salem

📋 copy color: '#127650'

red 18 ◦ green 118 ◦ blue 80

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

Shades of Salem #127650

Tints of Salem #127650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.63%

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

R = 8.33%
G = 54.63%
B = 37.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#127650 (or 0x127650) is known color: Salem. HEX triplet: 12, 76 and 50. RGB value is (18,118,80). Sum of RGB (Red+Green+Blue) = 18+118+80=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #127650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127650 is #ED89AF. Grayscale: #535353. Windows color (decimal): -15567280 or 5273106. OLE color: 5273106.

HSL color Cylindrical-coordinate representation of color #127650: hue angle of 157.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127650 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 80 -
CMYK 0.85 0 0.32 0.54
HSL 157.2º 0.74% 0.27% -
HSV(B) 157.2º 0.85% 0.46% -
XYZ 8.18 13.66 9.8 -
YUV 83.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 18 118 80 0.85 0 0.32 0.54 157.2 0.74 0.27
Hex 12 76 50 55 0 20 36 9D 4A 1B
Octal 22 166 120 125 0 40 66 235 112 33
Binary 10010 1110110 1010000 1010101 0 100000 110110 10011101 1001010 11011

Color Harmonies of #127650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127650

Black with #127650

Text Example


Text Example

White with #127650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127650; }

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

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

background-color css

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

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

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

border-color css

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

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

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