#11726B

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

Shades of Pine Green #11726B

Tints of Pine Green #11726B

Color information

#11726B (or 0x11726B) is unknown color: approx Pine Green. HEX triplet: 11, 72 and 6B. RGB value is (17,114,107). Sum of RGB (Red+Green+Blue) = 17+114+107=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #11726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11726B is #EE8D94. Grayscale: #545454. Windows color (decimal): -15633813 or 7041553. OLE color: 7041553.

HSL color Cylindrical-coordinate representation of color #11726B: hue angle of 175.67º 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 #11726B is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB17114107-
CMYK0.8500.060.55
HSL175.67º74.05%25.69%-
HSV(B)175.67º85.09%44.71%-
XYZ8.913.2215.99-
YUV84.2140.8680.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=7.14%
G=47.90%
B=44.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171141070.8500.060.55175.6774.0525.69
Hex11726B550637b04a1a
Octal21162153125066726011232
Binary10001111001011010111010101011011011110110000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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