#147673

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

Shades of Pine Green #147673

Tints of Pine Green #147673

Color information

#147673 (or 0x147673) is unknown color: approx Pine Green. HEX triplet: 14, 76 and 73. RGB value is (20,118,115). Sum of RGB (Red+Green+Blue) = 20+118+115=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #147673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147673 is #EB898C. Grayscale: #585858. Windows color (decimal): -15436173 or 7566868. OLE color: 7566868.

HSL color Cylindrical-coordinate representation of color #147673: hue angle of 178.16º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147673 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB20118115-
CMYK0.8300.030.54
HSL178.16º71.01%27.06%-
HSV(B)178.16º83.05%46.27%-
XYZ9.8614.3418.47-
YUV88.36143.0379.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 118 (46.48% from 255) = 46.64%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=7.91%
G=46.64%
B=45.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201181150.8300.030.54178.1671.0127.06
Hex147673530336b2471b
Octal24166163123036626210733
Binary1010011101101110011101001101111011010110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147673; }

 p { color: rgb(20,118,115); }

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

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

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

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

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

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

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