#167A14

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

Shades of Forest Green #167A14

Tints of Forest Green #167A14

Color information

#167A14 (or 0x167A14) is unknown color: approx Forest Green. HEX triplet: 16, 7A and 14. RGB value is (22,122,20). Sum of RGB (Red+Green+Blue) = 22+122+20=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 122 (48.05% from 255 or 74.39% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 122 - color contains mainly: green. Hex color #167A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #167A14 is #E985EB. Grayscale: #505050. Windows color (decimal): -15304172 or 1341974. OLE color: 1341974.

HSL color Cylindrical-coordinate representation of color #167A14: hue angle of 118.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #167A14 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB2212220-
CMYK0.8200.840.52
HSL118.82º71.83%27.84%-
HSV(B)118.82º83.61%47.84%-
XYZ7.4214.143-
YUV80.4793.8786.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.41%
GREEN value IS 122 (48.05% from 255) = 74.39%
BLUE value IS 20 (8.20% from 255) = 12.20%
R=13.41%
G=74.39%
B=12.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22122200.8200.840.52118.8271.8327.84
Hex167A14520543477481c
Octal261722412201246416711034
Binary101101111010101001010010010101001101001110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167A14; }

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

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

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

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

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

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

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

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