Html Css Color HEX #127255 Salem

📋 copy color: '#127255'

red 18 ◦ green 114 ◦ blue 85

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

Shades of Salem #127255

Tints of Salem #127255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.53%

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

R = 8.29%
G = 52.53%
B = 39.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#127255 (or 0x127255) is known color: Salem. HEX triplet: 12, 72 and 55. RGB value is (18,114,85). Sum of RGB (Red+Green+Blue) = 18+114+85=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #127255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127255 is #ED8DAA. Grayscale: #525252. Windows color (decimal): -15568299 or 5599762. OLE color: 5599762.

HSL color Cylindrical-coordinate representation of color #127255: hue angle of 161.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127255 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 85 -
CMYK 0.84 0 0.25 0.55
HSL 161.88º 0.73% 0.26% -
HSV(B) 161.88º 0.84% 0.45% -
XYZ 7.91 12.82 10.65 -
YUV 81.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 18 114 85 0.84 0 0.25 0.55 161.88 0.73 0.26
Hex 12 72 55 54 0 19 37 A2 49 1A
Octal 22 162 125 124 0 31 67 242 111 32
Binary 10010 1110010 1010101 1010100 0 11001 110111 10100010 1001001 11010

Color Harmonies of #127255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127255

Black with #127255

Text Example


Text Example

White with #127255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127255; }

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

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

background-color css

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

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

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

border-color css

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

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

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