Html Css Color HEX #127751 Salem

📋 copy color: '#127751'

red 18 ◦ green 119 ◦ blue 81

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

Shades of Salem #127751

Tints of Salem #127751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 8.26%
G = 54.59%
B = 37.16%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#127751 (or 0x127751) is known color: Salem. HEX triplet: 12, 77 and 51. RGB value is (18,119,81). Sum of RGB (Red+Green+Blue) = 18+119+81=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #127751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127751 is #ED88AE. Grayscale: #545454. Windows color (decimal): -15567023 or 5338898. OLE color: 5338898.

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

Color convert

RGB 18 119 81 -
CMYK 0.85 0 0.32 0.53
HSL 157.43º 0.74% 0.27% -
HSV(B) 157.43º 0.85% 0.47% -
XYZ 8.33 13.92 10.03 -
YUV 84.47 126.04 80.59 -
System Red Green Blue C M Y K H S L
Decimal 18 119 81 0.85 0 0.32 0.53 157.43 0.74 0.27
Hex 12 77 51 55 0 20 35 9D 4A 1B
Octal 22 167 121 125 0 40 65 235 112 33
Binary 10010 1110111 1010001 1010101 0 100000 110101 10011101 1001010 11011

Color Harmonies of #127751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127751

Black with #127751

Text Example


Text Example

White with #127751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127751; }

 p { color: rgb(18,119,81); }

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

background-color css

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

 a { background-color: rgb(18,119,81); }

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

border-color css

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

 span { border-color: rgb(18,119,81); }

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