Html Css Color HEX #117172 Pine Green

📋 copy color: '#117172'

red 17 ◦ green 113 ◦ blue 114

#117172
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #117172

Tints of Pine Green #117172

RGB

 RED value IS 17 (7.03% from 255) = 6.97%

 GREEN value IS 113 (44.53% from 255) = 46.31%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 6.97%
G = 46.31%
B = 46.72%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#117172 (or 0x117172) is known color: Pine Green. HEX triplet: 11, 71 and 72. RGB value is (17,113,114). Sum of RGB (Red+Green+Blue) = 17+113+114=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #117172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117172 is #EE8E8D. Grayscale: #545454. Windows color (decimal): -15634062 or 7500049. OLE color: 7500049.

HSL color Cylindrical-coordinate representation of color #117172: hue angle of 180.62º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117172 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 113 114 -
CMYK 0.85 0.01 0 0.55
HSL 180.62º 0.74% 0.26% -
HSV(B) 180.62º 0.85% 0.45% -
XYZ 9.17 13.14 17.97 -
YUV 84.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 17 113 114 0.85 0.01 0 0.55 180.62 0.74 0.26
Hex 11 71 72 55 1 0 37 B5 4A 1A
Octal 21 161 162 125 1 0 67 265 112 32
Binary 10001 1110001 1110010 1010101 1 0 110111 10110101 1001010 11010

Color Harmonies of #117172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117172

Black with #117172

Text Example


Text Example

White with #117172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117172; }

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

 H1.HeaderClassName
 {
   color: #117172;
 }
 .AnyTagClassName
 {
   color: #117172;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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