#107071

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

Shades of Pine Green #107071

Tints of Pine Green #107071

Color information

#107071 (or 0x107071) is unknown color: approx Pine Green. HEX triplet: 10, 70 and 71. RGB value is (16,112,113). Sum of RGB (Red+Green+Blue) = 16+112+113=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #107071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107071 is #EF8F8E. Grayscale: #535353. Windows color (decimal): -15699855 or 7434256. OLE color: 7434256.

HSL color Cylindrical-coordinate representation of color #107071: hue angle of 180.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107071 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB16112113-
CMYK0.860.0100.56
HSL180.62º75.19%25.29%-
HSV(B)180.62º85.84%44.31%-
XYZ8.9912.8917.64-
YUV83.41144.779.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 112 (44.14% from 255) = 46.47%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=6.64%
G=46.47%
B=46.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal161121130.860.0100.56180.6275.1925.29
Hex107071561038b54b19
Octal20160161126107026511331
Binary100001110000111000110101101011100010110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107071; }

 p { color: rgb(16,112,113); }

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

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

 a { background-color: rgb(16,112,113); }

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

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

 span { border-color: rgb(16,112,113); }

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