Html Css Color HEX #118175 Pine Green

📋 copy color: '#118175'

red 17 ◦ green 129 ◦ blue 117

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

Shades of Pine Green #118175

Tints of Pine Green #118175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.05%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 6.46%
G = 49.05%
B = 44.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#118175 (or 0x118175) is known color: Pine Green. HEX triplet: 11, 81 and 75. RGB value is (17,129,117). Sum of RGB (Red+Green+Blue) = 17+129+117=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #118175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118175 is #EE7E8A. Grayscale: #5E5E5E. Windows color (decimal): -15629963 or 7700753. OLE color: 7700753.

HSL color Cylindrical-coordinate representation of color #118175: hue angle of 173.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118175 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 117 -
CMYK 0.87 0 0.09 0.49
HSL 173.57º 0.77% 0.29% -
HSV(B) 173.57º 0.87% 0.51% -
XYZ 11.29 17.1 19.54 -
YUV 94.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 17 129 117 0.87 0 0.09 0.49 173.57 0.77 0.29
Hex 11 81 75 57 0 9 31 AE 4D 1D
Octal 21 201 165 127 0 11 61 256 115 35
Binary 10001 10000001 1110101 1010111 0 1001 110001 10101110 1001101 11101

Color Harmonies of #118175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118175

Black with #118175

Text Example


Text Example

White with #118175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118175; }

 p { color: rgb(17,129,117); }

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

background-color css

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

 a { background-color: rgb(17,129,117); }

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

border-color css

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

 span { border-color: rgb(17,129,117); }

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