#107670

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

Shades of Pine Green #107670

Tints of Pine Green #107670

Color information

#107670 (or 0x107670) is unknown color: approx Pine Green. HEX triplet: 10, 76 and 70. RGB value is (16,118,112). Sum of RGB (Red+Green+Blue) = 16+118+112=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #107670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107670 is #EF898F. Grayscale: #565656. Windows color (decimal): -15698320 or 7370256. OLE color: 7370256.

HSL color Cylindrical-coordinate representation of color #107670: hue angle of 176.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107670 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB16118112-
CMYK0.8600.050.54
HSL176.47º76.12%26.27%-
HSV(B)176.47º86.44%46.27%-
XYZ9.6214.2417.57-
YUV86.82142.2177.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 118 (46.48% from 255) = 47.97%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=6.50%
G=47.97%
B=45.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal161181120.8600.050.54176.4776.1226.27
Hex107670560536b04c1a
Octal20166160126056626011432
Binary10000111011011100001010110010111011010110000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107670; }

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

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

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

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

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

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

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

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