#127C73

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

Shades of Pine Green #127C73

Tints of Pine Green #127C73

Color information

#127C73 (or 0x127C73) is unknown color: approx Pine Green. HEX triplet: 12, 7C and 73. RGB value is (18,124,115). Sum of RGB (Red+Green+Blue) = 18+124+115=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #127C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C73 is #ED838C. Grayscale: #5B5B5B. Windows color (decimal): -15565709 or 7568402. OLE color: 7568402.

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

Color convert

RGB18124115-
CMYK0.8500.070.51
HSL174.91º74.65%27.84%-
HSV(B)174.91º85.48%48.63%-
XYZ10.5515.7818.71-
YUV91.28141.3875.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=7.00%
G=48.25%
B=44.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181241150.8500.070.51174.9174.6527.84
Hex127C73550733af4b1c
Octal22174163125076325711334
Binary10010111110011100111010101011111001110101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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