#127751

Color #127751 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #127751

Tints of Salem #127751

Color information

#127751 (or 0x127751) is unknown color: approx 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

RGB1811981-
CMYK0.8500.320.53
HSL157.43º73.72%26.86%-
HSV(B)157.43º84.87%46.67%-
XYZ8.3313.9210.03-
YUV84.47126.0480.59-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119810.8500.320.53157.4373.7226.86
Hex12775155020359d4a1b
Octal221671211250406523511233
Binary10010111011110100011010101010000011010110011101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>