#117A16

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

Shades of Forest Green #117A16

Tints of Forest Green #117A16

Color information

#117A16 (or 0x117A16) is unknown color: approx Forest Green. HEX triplet: 11, 7A and 16. RGB value is (17,122,22). Sum of RGB (Red+Green+Blue) = 17+122+22=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 122 (48.05% from 255 or 75.78% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 122 - color contains mainly: green. Hex color #117A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117A16 is #EE85E9. Grayscale: #4F4F4F. Windows color (decimal): -15631850 or 1473041. OLE color: 1473041.

HSL color Cylindrical-coordinate representation of color #117A16: hue angle of 122.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A16 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB1712222-
CMYK0.8600.820.52
HSL122.86º75.54%27.25%-
HSV(B)122.86º86.07%47.84%-
XYZ7.3414.13.09-
YUV79.295.7183.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 122 (48.05% from 255) = 75.78%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=10.56%
G=75.78%
B=13.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122220.8600.820.52122.8675.5427.25
Hex117A1656052347b4c1b
Octal211722612601226417311433
Binary100011111010101101010110010100101101001111011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117A16; }

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

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

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

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

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

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

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

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