#11766E

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

Shades of Pine Green #11766E

Tints of Pine Green #11766E

Color information

#11766E (or 0x11766E) is unknown color: approx Pine Green. HEX triplet: 11, 76 and 6E. RGB value is (17,118,110). Sum of RGB (Red+Green+Blue) = 17+118+110=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #11766E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11766E is #EE8991. Grayscale: #565656. Windows color (decimal): -15632786 or 7239185. OLE color: 7239185.

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

Color convert

RGB17118110-
CMYK0.8600.070.54
HSL175.25º74.81%26.47%-
HSV(B)175.25º85.59%46.27%-
XYZ9.5214.216.99-
YUV86.89141.0478.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 118 (46.48% from 255) = 48.16%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=6.94%
G=48.16%
B=44.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181100.8600.070.54175.2574.8126.47
Hex11766E560736af4b1a
Octal21166156126076625711332
Binary10001111011011011101010110011111011010101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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