Html Css Color HEX #117870 Pine Green

📋 copy color: '#117870'

red 17 ◦ green 120 ◦ blue 112

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

Shades of Pine Green #117870

Tints of Pine Green #117870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.19%

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

R = 6.83%
G = 48.19%
B = 44.98%

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

#117870 (or 0x117870) is known color: Pine Green. HEX triplet: 11, 78 and 70. RGB value is (17,120,112). Sum of RGB (Red+Green+Blue) = 17+120+112=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #117870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117870 is #EE878F. Grayscale: #585858. Windows color (decimal): -15632272 or 7370769. OLE color: 7370769.

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

Color convert

RGB 17 120 112 -
CMYK 0.86 0 0.07 0.53
HSL 175.34º 0.75% 0.27% -
HSV(B) 175.34º 0.86% 0.47% -
XYZ 9.87 14.72 17.65 -
YUV 88.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 17 120 112 0.86 0 0.07 0.53 175.34 0.75 0.27
Hex 11 78 70 56 0 7 35 AF 4B 1B
Octal 21 170 160 126 0 7 65 257 113 33
Binary 10001 1111000 1110000 1010110 0 111 110101 10101111 1001011 11011

Color Harmonies of #117870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117870

Black with #117870

Text Example


Text Example

White with #117870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117870; }

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

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

background-color css

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

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

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

border-color css

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

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

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