#107970

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

Shades of Pine Green #107970

Tints of Pine Green #107970

Color information

#107970 (or 0x107970) is unknown color: approx Pine Green. HEX triplet: 10, 79 and 70. RGB value is (16,121,112). Sum of RGB (Red+Green+Blue) = 16+121+112=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #107970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107970 is #EF868F. Grayscale: #585858. Windows color (decimal): -15697552 or 7371024. OLE color: 7371024.

HSL color Cylindrical-coordinate representation of color #107970: hue angle of 174.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107970 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB16121112-
CMYK0.8700.070.53
HSL174.86º76.64%26.86%-
HSV(B)174.86º86.78%47.45%-
XYZ9.9814.9517.69-
YUV88.58141.2176.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.43%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=6.43%
G=48.59%
B=44.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal161211120.8700.070.53174.8676.6426.86
Hex107970570735af4d1b
Octal20171160127076525711533
Binary10000111100111100001010111011111010110101111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107970; }

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

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

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

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

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

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

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

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