#107073

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

Shades of Pine Green #107073

Tints of Pine Green #107073

Color information

#107073 (or 0x107073) is unknown color: approx Pine Green. HEX triplet: 10, 70 and 73. RGB value is (16,112,115). Sum of RGB (Red+Green+Blue) = 16+112+115=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #107073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107073 is #EF8F8C. Grayscale: #535353. Windows color (decimal): -15699853 or 7565328. OLE color: 7565328.

HSL color Cylindrical-coordinate representation of color #107073: hue angle of 181.82º 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 #107073 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB16112115-
CMYK0.860.0300.55
HSL181.82º75.57%25.69%-
HSV(B)181.82º86.09%45.1%-
XYZ9.112.9418.24-
YUV83.64145.779.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=6.58%
G=46.09%
B=47.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal161121150.860.0300.55181.8275.5725.69
Hex107073563037b64c1a
Octal20160163126306726611432
Binary1000011100001110011101011011011011110110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107073; }

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

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

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

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

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

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

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

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