Html Css Color HEX #117672 Pine Green

📋 copy color: '#117672'

red 17 ◦ green 118 ◦ blue 114

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

Shades of Pine Green #117672

Tints of Pine Green #117672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 6.83%
G = 47.39%
B = 45.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#117672 (or 0x117672) is known color: Pine Green. HEX triplet: 11, 76 and 72. RGB value is (17,118,114). Sum of RGB (Red+Green+Blue) = 17+118+114=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #117672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117672 is #EE898D. Grayscale: #575757. Windows color (decimal): -15632782 or 7501329. OLE color: 7501329.

HSL color Cylindrical-coordinate representation of color #117672: hue angle of 177.62º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117672 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 118 114 -
CMYK 0.86 0 0.03 0.54
HSL 177.62º 0.75% 0.26% -
HSV(B) 177.62º 0.86% 0.46% -
XYZ 9.75 14.29 18.16 -
YUV 87.35 143.04 77.83 -
System Red Green Blue C M Y K H S L
Decimal 17 118 114 0.86 0 0.03 0.54 177.62 0.75 0.26
Hex 11 76 72 56 0 3 36 B2 4B 1A
Octal 21 166 162 126 0 3 66 262 113 32
Binary 10001 1110110 1110010 1010110 0 11 110110 10110010 1001011 11010

Color Harmonies of #117672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117672

Black with #117672

Text Example


Text Example

White with #117672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117672; }

 p { color: rgb(17,118,114); }

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

background-color css

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

 a { background-color: rgb(17,118,114); }

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

border-color css

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

 span { border-color: rgb(17,118,114); }

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