Html Css Color HEX #117171 Pine Green

📋 copy color: '#117171'

red 17 ◦ green 113 ◦ blue 113

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

Shades of Pine Green #117171

Tints of Pine Green #117171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 7%
G = 46.5%
B = 46.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#117171 (or 0x117171) is known color: 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

RGB 17 113 113 -
CMYK 0.85 0 0 0.56
HSL 180º 0.74% 0.25% -
HSV(B) 180º 0.85% 0.44% -
XYZ 9.12 13.12 17.68 -
YUV 84.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 17 113 113 0.85 0 0 0.56 180 0.74 0.25
Hex 11 71 71 55 0 0 38 B4 4A 19
Octal 21 161 161 125 0 0 70 264 112 31
Binary 10001 1110001 1110001 1010101 0 0 111000 10110100 1001010 11001

Color Harmonies of #117171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117171

Black with #117171

Text Example


Text Example

White with #117171

Text Example


Text Example

HTML Codes & Css Web 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>