Html Css Color HEX #127754 Salem

📋 copy color: '#127754'

red 18 ◦ green 119 ◦ blue 84

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

Shades of Salem #127754

Tints of Salem #127754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.01%

R = 8.14%
G = 53.85%
B = 38.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#127754 (or 0x127754) is known color: Salem. HEX triplet: 12, 77 and 54. RGB value is (18,119,84). Sum of RGB (Red+Green+Blue) = 18+119+84=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #127754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127754 is #ED88AB. Grayscale: #545454. Windows color (decimal): -15567020 or 5535506. OLE color: 5535506.

HSL color Cylindrical-coordinate representation of color #127754: hue angle of 159.21º 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 #127754 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 84 -
CMYK 0.85 0 0.29 0.53
HSL 159.21º 0.74% 0.27% -
HSV(B) 159.21º 0.85% 0.47% -
XYZ 8.45 13.96 10.64 -
YUV 84.81 127.54 80.35 -
System Red Green Blue C M Y K H S L
Decimal 18 119 84 0.85 0 0.29 0.53 159.21 0.74 0.27
Hex 12 77 54 55 0 1D 35 9F 4A 1B
Octal 22 167 124 125 0 35 65 237 112 33
Binary 10010 1110111 1010100 1010101 0 11101 110101 10011111 1001010 11011

Color Harmonies of #127754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127754

Black with #127754

Text Example


Text Example

White with #127754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127754; }

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

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

background-color css

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

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

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

border-color css

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

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

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