#117D73

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

Shades of Pine Green #117D73

Tints of Pine Green #117D73

Color information

#117D73 (or 0x117D73) is unknown color: approx Pine Green. HEX triplet: 11, 7D and 73. RGB value is (17,125,115). Sum of RGB (Red+Green+Blue) = 17+125+115=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #117D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117D73 is #EE828C. Grayscale: #5B5B5B. Windows color (decimal): -15630989 or 7568657. OLE color: 7568657.

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

Color convert

RGB17125115-
CMYK0.8600.080.51
HSL174.44º76.06%27.84%-
HSV(B)174.44º86.4%49.02%-
XYZ10.6616.0218.75-
YUV91.57141.2274.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 125 (49.22% from 255) = 48.64%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=6.61%
G=48.64%
B=44.75%

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
Decimal171251150.8600.080.51174.4476.0627.84
Hex117D73560833ae4c1c
Octal211751631260106325611434
Binary100011111101111001110101100100011001110101110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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