Html Css Color HEX #117970 Pine Green

📋 copy color: '#117970'

red 17 ◦ green 121 ◦ blue 112

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

Shades of Pine Green #117970

Tints of Pine Green #117970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 6.8%
G = 48.4%
B = 44.8%

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

#117970 (or 0x117970) is known color: Pine Green. HEX triplet: 11, 79 and 70. RGB value is (17,121,112). Sum of RGB (Red+Green+Blue) = 17+121+112=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #117970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117970 is #EE868F. Grayscale: #585858. Windows color (decimal): -15632016 or 7371025. OLE color: 7371025.

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

Color convert

RGB 17 121 112 -
CMYK 0.86 0 0.07 0.53
HSL 174.81º 0.75% 0.27% -
HSV(B) 174.81º 0.86% 0.47% -
XYZ 9.99 14.96 17.69 -
YUV 88.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 17 121 112 0.86 0 0.07 0.53 174.81 0.75 0.27
Hex 11 79 70 56 0 7 35 AF 4B 1B
Octal 21 171 160 126 0 7 65 257 113 33
Binary 10001 1111001 1110000 1010110 0 111 110101 10101111 1001011 11011

Color Harmonies of #117970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117970

Black with #117970

Text Example


Text Example

White with #117970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117970; }

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

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

background-color css

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

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

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

border-color css

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

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

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