Html Css Color HEX #117173 Pine Green

📋 copy color: '#117173'

red 17 ◦ green 113 ◦ blue 115

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

Shades of Pine Green #117173

Tints of Pine Green #117173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.94%

R = 6.94%
G = 46.12%
B = 46.94%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#117173 (or 0x117173) is known color: Pine Green. HEX triplet: 11, 71 and 73. RGB value is (17,113,115). Sum of RGB (Red+Green+Blue) = 17+113+115=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #117173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117173 is #EE8E8C. Grayscale: #545454. Windows color (decimal): -15634061 or 7565585. OLE color: 7565585.

HSL color Cylindrical-coordinate representation of color #117173: hue angle of 181.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117173 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 113 115 -
CMYK 0.85 0.02 0 0.55
HSL 181.22º 0.74% 0.26% -
HSV(B) 181.22º 0.85% 0.45% -
XYZ 9.23 13.17 18.27 -
YUV 84.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 17 113 115 0.85 0.02 0 0.55 181.22 0.74 0.26
Hex 11 71 73 55 2 0 37 B5 4A 1A
Octal 21 161 163 125 2 0 67 265 112 32
Binary 10001 1110001 1110011 1010101 10 0 110111 10110101 1001010 11010

Color Harmonies of #117173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117173

Black with #117173

Text Example


Text Example

White with #117173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117173; }

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

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

background-color css

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

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

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

border-color css

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

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

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