#127E73

Color #127E73 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #127E73

Tints of Pine Green #127E73

Color information

#127E73 (or 0x127E73) is unknown color: approx Pine Green. HEX triplet: 12, 7E and 73. RGB value is (18,126,115). Sum of RGB (Red+Green+Blue) = 18+126+115=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #127E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E73 is #ED818C. Grayscale: #5C5C5C. Windows color (decimal): -15565197 or 7568914. OLE color: 7568914.

HSL color Cylindrical-coordinate representation of color #127E73: hue angle of 173.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E73 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB18126115-
CMYK0.8600.090.51
HSL173.89º75%28.24%-
HSV(B)173.89º85.71%49.41%-
XYZ10.816.2918.79-
YUV92.45140.7274.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 126 (49.61% from 255) = 48.65%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=6.95%
G=48.65%
B=44.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181261150.8600.090.51173.897528.24
Hex127E73560933ae4b1c
Octal221761631260116325611334
Binary100101111110111001110101100100111001110101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127E73; }

 p { color: rgb(18,126,115); }

 H1.HeaderClassName
 {
   color: #127E73;
 }
 .AnyTagClassName
 {
   color: #127E73;
 }
</style>
background-color css

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

 a { background-color: rgb(18,126,115); }

 div.DivClassName
 {
   background-color: #127E73;
 }
 .BgClassName
 {
   background-color: #127E73;
 }
</style>
border-color css

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

 span { border-color: rgb(18,126,115); }

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