#11766D

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

Shades of Pine Green #11766D

Tints of Pine Green #11766D

Color information

#11766D (or 0x11766D) is unknown color: approx Pine Green. HEX triplet: 11, 76 and 6D. RGB value is (17,118,109). Sum of RGB (Red+Green+Blue) = 17+118+109=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #11766D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11766D is #EE8992. Grayscale: #565656. Windows color (decimal): -15632787 or 7173649. OLE color: 7173649.

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

Color convert

RGB17118109-
CMYK0.8600.080.54
HSL174.65º74.81%26.47%-
HSV(B)174.65º85.59%46.27%-
XYZ9.4714.1816.71-
YUV86.78140.5478.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 118 (46.48% from 255) = 48.36%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=6.97%
G=48.36%
B=44.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181090.8600.080.54174.6574.8126.47
Hex11766D560836af4b1a
Octal211661551260106625711332
Binary100011110110110110110101100100011011010101111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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