#11786E

Color #11786E Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #11786E

Tints of Pine Green #11786E

Color information

#11786E (or 0x11786E) is unknown color: approx Pine Green. HEX triplet: 11, 78 and 6E. RGB value is (17,120,110). Sum of RGB (Red+Green+Blue) = 17+120+110=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #11786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11786E is #EE8791. Grayscale: #575757. Windows color (decimal): -15632274 or 7239697. OLE color: 7239697.

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

Color convert

RGB17120110-
CMYK0.8600.080.53
HSL174.17º75.18%26.86%-
HSV(B)174.17º85.83%47.06%-
XYZ9.7614.6817.07-
YUV88.06140.3877.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 110 (43.36% from 255) = 44.53%
R=6.88%
G=48.58%
B=44.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171201100.8600.080.53174.1775.1826.86
Hex11786E560835ae4b1b
Octal211701561260106525611333
Binary100011111000110111010101100100011010110101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11786E; }

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

 H1.HeaderClassName
 {
   color: #11786E;
 }
 .AnyTagClassName
 {
   color: #11786E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #11786E;
 }
 .BgClassName
 {
   background-color: #11786E;
 }
</style>
border-color css

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

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

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