#10726F

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

Shades of Pine Green #10726F

Tints of Pine Green #10726F

Color information

#10726F (or 0x10726F) is unknown color: approx Pine Green. HEX triplet: 10, 72 and 6F. RGB value is (16,114,111). Sum of RGB (Red+Green+Blue) = 16+114+111=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #10726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10726F is #EF8D90. Grayscale: #545454. Windows color (decimal): -15699345 or 7303696. OLE color: 7303696.

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

Color convert

RGB16114111-
CMYK0.8600.030.55
HSL178.16º75.38%25.49%-
HSV(B)178.16º85.96%44.71%-
XYZ9.113.2917.12-
YUV84.36143.0379.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=6.64%
G=47.30%
B=46.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161141110.8600.030.55178.1675.3825.49
Hex10726F560337b24b19
Octal20162157126036726211331
Binary1000011100101101111101011001111011110110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10726F; }

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

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

<style>
 a { background-color: #10726F; }

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

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

<style>
 span { border-color: #10726F; }

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

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