Html Css Color HEX #117971 Pine Green

📋 copy color: '#117971'

red 17 ◦ green 121 ◦ blue 113

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

Shades of Pine Green #117971

Tints of Pine Green #117971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.21%

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

R = 6.77%
G = 48.21%
B = 45.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#117971 (or 0x117971) is known color: Pine Green. HEX triplet: 11, 79 and 71. RGB value is (17,121,113). Sum of RGB (Red+Green+Blue) = 17+121+113=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #117971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117971 is #EE868E. Grayscale: #585858. Windows color (decimal): -15632015 or 7436561. OLE color: 7436561.

HSL color Cylindrical-coordinate representation of color #117971: hue angle of 175.38º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117971 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 113 -
CMYK 0.86 0 0.07 0.53
HSL 175.38º 0.75% 0.27% -
HSV(B) 175.38º 0.86% 0.47% -
XYZ 10.05 14.99 17.99 -
YUV 88.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 17 121 113 0.86 0 0.07 0.53 175.38 0.75 0.27
Hex 11 79 71 56 0 7 35 AF 4B 1B
Octal 21 171 161 126 0 7 65 257 113 33
Binary 10001 1111001 1110001 1010110 0 111 110101 10101111 1001011 11011

Color Harmonies of #117971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117971

Black with #117971

Text Example


Text Example

White with #117971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117971; }

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

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

background-color css

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

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

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

border-color css

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

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

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