Html Css Color HEX #127655 Salem

📋 copy color: '#127655'

red 18 ◦ green 118 ◦ blue 85

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

Shades of Salem #127655

Tints of Salem #127655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 8.14%
G = 53.39%
B = 38.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#127655 (or 0x127655) is known color: Salem. HEX triplet: 12, 76 and 55. RGB value is (18,118,85). Sum of RGB (Red+Green+Blue) = 18+118+85=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #127655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127655 is #ED89AA. Grayscale: #545454. Windows color (decimal): -15567275 or 5600786. OLE color: 5600786.

HSL color Cylindrical-coordinate representation of color #127655: hue angle of 160.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 #127655 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 85 -
CMYK 0.85 0 0.28 0.54
HSL 160.2º 0.74% 0.27% -
HSV(B) 160.2º 0.85% 0.46% -
XYZ 8.37 13.74 10.81 -
YUV 84.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 18 118 85 0.85 0 0.28 0.54 160.2 0.74 0.27
Hex 12 76 55 55 0 1C 36 A0 4A 1B
Octal 22 166 125 125 0 34 66 240 112 33
Binary 10010 1110110 1010101 1010101 0 11100 110110 10100000 1001010 11011

Color Harmonies of #127655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127655

Black with #127655

Text Example


Text Example

White with #127655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127655; }

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

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

background-color css

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

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

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

border-color css

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

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

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