#117171

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

Shades of Pine Green #117171

Tints of Pine Green #117171

Color information

#117171 (or 0x117171) is unknown color: approx Pine Green. HEX triplet: 11, 71 and 71. RGB value is (17,113,113). Sum of RGB (Red+Green+Blue) = 17+113+113=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #117171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117171 is #EE8E8E. Grayscale: #545454. Windows color (decimal): -15634063 or 7434513. OLE color: 7434513.

HSL color Cylindrical-coordinate representation of color #117171: hue angle of 180º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117171 is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB17113113-
CMYK0.85000.56
HSL180º73.85%25.49%-
HSV(B)180º84.96%44.31%-
XYZ9.1213.1217.68-
YUV84.3144.280-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=7.00%
G=46.50%
B=46.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171131130.85000.5618073.8525.49
Hex117171550038b44a19
Octal21161161125007026411231
Binary100011110001111000110101010011100010110100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117171; }

 p { color: rgb(17,113,113); }

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

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

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

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

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

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

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