#10726D

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

Shades of Pine Green #10726D

Tints of Pine Green #10726D

Color information

#10726D (or 0x10726D) is unknown color: approx Pine Green. HEX triplet: 10, 72 and 6D. RGB value is (16,114,109). Sum of RGB (Red+Green+Blue) = 16+114+109=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #10726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10726D is #EF8D92. Grayscale: #545454. Windows color (decimal): -15699347 or 7172624. OLE color: 7172624.

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

Color convert

RGB16114109-
CMYK0.8600.040.55
HSL176.94º75.38%25.49%-
HSV(B)176.94º85.96%44.71%-
XYZ8.9913.2516.55-
YUV84.13142.0379.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=6.69%
G=47.70%
B=45.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161141090.8600.040.55176.9475.3825.49
Hex10726D560437b14b19
Octal20162155126046726111331
Binary10000111001011011011010110010011011110110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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