#167414

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

Shades of Forest Green #167414

Tints of Forest Green #167414

Color information

#167414 (or 0x167414) is unknown color: approx Forest Green. HEX triplet: 16, 74 and 14. RGB value is (22,116,20). Sum of RGB (Red+Green+Blue) = 22+116+20=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #167414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167414 is #E98BEB. Grayscale: #4D4D4D. Windows color (decimal): -15305708 or 1340438. OLE color: 1340438.

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

Color convert

RGB2211620-
CMYK0.8100.830.55
HSL118.75º70.59%26.67%-
HSV(B)118.75º82.76%45.49%-
XYZ6.712.712.76-
YUV76.9595.8688.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.92%
GREEN value IS 116 (45.70% from 255) = 73.42%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=13.92%
G=73.42%
B=12.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22116200.8100.830.55118.7570.5926.67
Hex167414510533777471b
Octal261642412101236716710733
Binary101101110100101001010001010100111101111110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167414; }

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

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

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

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

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

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

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

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