#127D73

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

Shades of Pine Green #127D73

Tints of Pine Green #127D73

Color information

#127D73 (or 0x127D73) is unknown color: approx Pine Green. HEX triplet: 12, 7D and 73. RGB value is (18,125,115). Sum of RGB (Red+Green+Blue) = 18+125+115=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #127D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D73 is #ED828C. Grayscale: #5B5B5B. Windows color (decimal): -15565453 or 7568658. OLE color: 7568658.

HSL color Cylindrical-coordinate representation of color #127D73: hue angle of 174.39º 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 #127D73 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB18125115-
CMYK0.8600.080.51
HSL174.39º74.83%28.04%-
HSV(B)174.39º85.6%49.02%-
XYZ10.6816.0318.75-
YUV91.87141.0575.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 125 (49.22% from 255) = 48.45%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=6.98%
G=48.45%
B=44.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181251150.8600.080.51174.3974.8328.04
Hex127D73560833ae4b1c
Octal221751631260106325611334
Binary100101111101111001110101100100011001110101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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