#11726E

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

Shades of Pine Green #11726E

Tints of Pine Green #11726E

Color information

#11726E (or 0x11726E) is unknown color: approx Pine Green. HEX triplet: 11, 72 and 6E. RGB value is (17,114,110). Sum of RGB (Red+Green+Blue) = 17+114+110=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #11726E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11726E is #EE8D91. Grayscale: #545454. Windows color (decimal): -15633810 or 7238161. OLE color: 7238161.

HSL color Cylindrical-coordinate representation of color #11726E: hue angle of 177.53º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11726E is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB17114110-
CMYK0.8500.040.55
HSL177.53º74.05%25.69%-
HSV(B)177.53º85.09%44.71%-
XYZ9.0613.2816.84-
YUV84.54142.3679.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=7.05%
G=47.30%
B=45.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171141100.8500.040.55177.5374.0525.69
Hex11726E550437b24a1a
Octal21162156125046726211232
Binary10001111001011011101010101010011011110110010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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