#106f73

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

Shades of Pine Green #106F73

Tints of Pine Green #106F73

Color information

#106F73 (or 0x106F73) is unknown color: approx Pine Green. HEX triplet: 10, 6F and 73. RGB value is (16,111,115). Sum of RGB (Red+Green+Blue) = 16+111+115=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #106F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F73 is #EF908C. Grayscale: #525252. Windows color (decimal): -15700109 or 7565072. OLE color: 7565072.

HSL color Cylindrical-coordinate representation of color #106F73: hue angle of 182.42º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F73 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB16111115-
CMYK0.860.0300.55
HSL182.42º75.57%25.69%-
HSV(B)182.42º86.09%45.1%-
XYZ8.9912.7218.2-
YUV83.05146.0380.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=6.61%
G=45.87%
B=47.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161111150.860.0300.55182.4275.5725.69
Hex106F73563037b64c1a
Octal20157163126306726611432
Binary1000011011111110011101011011011011110110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106f73; }

 p { color: rgb(16,111,115); }

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

<style>
 a { background-color: #106f73; }

 a { background-color: rgb(16,111,115); }

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

<style>
 span { border-color: #106f73; }

 span { border-color: rgb(16,111,115); }

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