#107373

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

Shades of Pine Green #107373

Tints of Pine Green #107373

Color information

#107373 (or 0x107373) is unknown color: approx Pine Green. HEX triplet: 10, 73 and 73. RGB value is (16,115,115). Sum of RGB (Red+Green+Blue) = 16+115+115=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #107373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107373 is #EF8C8C. Grayscale: #555555. Windows color (decimal): -15699085 or 7566096. OLE color: 7566096.

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

Color convert

RGB16115115-
CMYK0.86000.55
HSL180º75.57%25.69%-
HSV(B)180º86.09%45.1%-
XYZ9.4413.6118.35-
YUV85.4144.778.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=6.50%
G=46.75%
B=46.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161151150.86000.5518075.5725.69
Hex107373560037b44c1a
Octal20163163126006726411432
Binary100001110011111001110101100011011110110100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107373; }

 p { color: rgb(16,115,115); }

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

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

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

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

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

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

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