#10726A

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

Shades of Pine Green #10726A

Tints of Pine Green #10726A

Color information

#10726A (or 0x10726A) is unknown color: approx Pine Green. HEX triplet: 10, 72 and 6A. RGB value is (16,114,106). Sum of RGB (Red+Green+Blue) = 16+114+106=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #10726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10726A is #EF8D95. Grayscale: #535353. Windows color (decimal): -15699350 or 6976016. OLE color: 6976016.

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

Color convert

RGB16114106-
CMYK0.8600.070.55
HSL175.1º75.38%25.49%-
HSV(B)175.1º85.96%44.71%-
XYZ8.8313.1915.72-
YUV83.79140.5379.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.78%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=6.78%
G=48.31%
B=44.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161141060.8600.070.55175.175.3825.49
Hex10726A560737af4b19
Octal20162152126076725711331
Binary10000111001011010101010110011111011110101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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