#11776F

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

Shades of Pine Green #11776F

Tints of Pine Green #11776F

Color information

#11776F (or 0x11776F) is unknown color: approx Pine Green. HEX triplet: 11, 77 and 6F. RGB value is (17,119,111). Sum of RGB (Red+Green+Blue) = 17+119+111=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #11776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11776F is #EE8890. Grayscale: #575757. Windows color (decimal): -15632529 or 7304977. OLE color: 7304977.

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

Color convert

RGB17119111-
CMYK0.8600.070.53
HSL175.29º75%26.67%-
HSV(B)175.29º85.71%46.67%-
XYZ9.714.4617.32-
YUV87.59141.2177.65-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=6.88%
G=48.18%
B=44.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171191110.8600.070.53175.297526.67
Hex11776F560735af4b1b
Octal21167157126076525711333
Binary10001111011111011111010110011111010110101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11776F; }

 p { color: rgb(17,119,111); }

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

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

 a { background-color: rgb(17,119,111); }

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

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

 span { border-color: rgb(17,119,111); }

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