Html Css Color HEX #117170 Pine Green

📋 copy color: '#117170'

red 17 ◦ green 113 ◦ blue 112

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

Shades of Pine Green #117170

Tints of Pine Green #117170

RGB

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

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

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

R = 7.02%
G = 46.69%
B = 46.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#117170 (or 0x117170) is known color: Pine Green. HEX triplet: 11, 71 and 70. RGB value is (17,113,112). Sum of RGB (Red+Green+Blue) = 17+113+112=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #117170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117170 is #EE8E8F. Grayscale: #545454. Windows color (decimal): -15634064 or 7368977. OLE color: 7368977.

HSL color Cylindrical-coordinate representation of color #117170: hue angle of 179.38º 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 #117170 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 112 -
CMYK 0.85 0 0.01 0.56
HSL 179.38º 0.74% 0.25% -
HSV(B) 179.38º 0.85% 0.44% -
XYZ 9.06 13.1 17.38 -
YUV 84.18 143.7 80.08 -
System Red Green Blue C M Y K H S L
Decimal 17 113 112 0.85 0 0.01 0.56 179.38 0.74 0.25
Hex 11 71 70 55 0 1 38 B3 4A 19
Octal 21 161 160 125 0 1 70 263 112 31
Binary 10001 1110001 1110000 1010101 0 1 111000 10110011 1001010 11001

Color Harmonies of #117170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117170

Black with #117170

Text Example


Text Example

White with #117170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117170; }

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

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

background-color css

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

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

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

border-color css

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

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

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