#147716

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

Shades of Forest Green #147716

Tints of Forest Green #147716

Color information

#147716 (or 0x147716) is unknown color: approx Forest Green. HEX triplet: 14, 77 and 16. RGB value is (20,119,22). Sum of RGB (Red+Green+Blue) = 20+119+22=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #147716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147716 is #EB88E9. Grayscale: #4E4E4E. Windows color (decimal): -15436010 or 1472276. OLE color: 1472276.

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

Color convert

RGB2011922-
CMYK0.8300.820.53
HSL121.21º71.22%27.25%-
HSV(B)121.21º83.19%46.67%-
XYZ7.0313.42.98-
YUV78.3496.286.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=12.42%
G=73.91%
B=13.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20119220.8300.820.53121.2171.2227.25
Hex147716530523579471b
Octal241672612301226517110733
Binary101001110111101101010011010100101101011111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147716; }

 p { color: rgb(20,119,22); }

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

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

 a { background-color: rgb(20,119,22); }

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

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

 span { border-color: rgb(20,119,22); }

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