#107870

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

Shades of Pine Green #107870

Tints of Pine Green #107870

Color information

#107870 (or 0x107870) is unknown color: approx Pine Green. HEX triplet: 10, 78 and 70. RGB value is (16,120,112). Sum of RGB (Red+Green+Blue) = 16+120+112=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #107870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107870 is #EF878F. Grayscale: #575757. Windows color (decimal): -15697808 or 7370768. OLE color: 7370768.

HSL color Cylindrical-coordinate representation of color #107870: hue angle of 175.38º degrees, saturation: 0.76, 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 #107870 is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB16120112-
CMYK0.8700.070.53
HSL175.38º76.47%26.67%-
HSV(B)175.38º86.67%47.06%-
XYZ9.8514.7117.65-
YUV87.99141.5476.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.45%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=6.45%
G=48.39%
B=45.16%

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
Decimal161201120.8700.070.53175.3876.4726.67
Hex107870570735af4c1b
Octal20170160127076525711433
Binary10000111100011100001010111011111010110101111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107870; }

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

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

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

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

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

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

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

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