Html Css Color HEX #117972 Pine Green

📋 copy color: '#117972'

red 17 ◦ green 121 ◦ blue 114

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

Shades of Pine Green #117972

Tints of Pine Green #117972

RGB

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

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

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

R = 6.75%
G = 48.02%
B = 45.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#117972 (or 0x117972) is known color: Pine Green. HEX triplet: 11, 79 and 72. RGB value is (17,121,114). Sum of RGB (Red+Green+Blue) = 17+121+114=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #117972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117972 is #EE868D. Grayscale: #595959. Windows color (decimal): -15632014 or 7502097. OLE color: 7502097.

HSL color Cylindrical-coordinate representation of color #117972: hue angle of 175.96º 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 #117972 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 121 114 -
CMYK 0.86 0 0.06 0.53
HSL 175.96º 0.75% 0.27% -
HSV(B) 175.96º 0.86% 0.47% -
XYZ 10.11 15.01 18.28 -
YUV 89.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 17 121 114 0.86 0 0.06 0.53 175.96 0.75 0.27
Hex 11 79 72 56 0 6 35 B0 4B 1B
Octal 21 171 162 126 0 6 65 260 113 33
Binary 10001 1111001 1110010 1010110 0 110 110101 10110000 1001011 11011

Color Harmonies of #117972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117972

Black with #117972

Text Example


Text Example

White with #117972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117972; }

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

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

background-color css

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

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

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

border-color css

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

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

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