#117C15

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

Shades of Forest Green #117C15

Tints of Forest Green #117C15

Color information

#117C15 (or 0x117C15) is unknown color: approx Forest Green. HEX triplet: 11, 7C and 15. RGB value is (17,124,21). Sum of RGB (Red+Green+Blue) = 17+124+21=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 124 (48.83% from 255 or 76.54% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 124 - color contains mainly: green. Hex color #117C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117C15 is #EE83EA. Grayscale: #505050. Windows color (decimal): -15631339 or 1408017. OLE color: 1408017.

HSL color Cylindrical-coordinate representation of color #117C15: hue angle of 122.24º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C15 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB1712421-
CMYK0.8600.830.51
HSL122.24º75.89%27.65%-
HSV(B)122.24º86.29%48.63%-
XYZ7.5714.593.13-
YUV80.2694.5582.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 124 (48.83% from 255) = 76.54%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=10.49%
G=76.54%
B=12.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17124210.8600.830.51122.2475.8927.65
Hex117C1556053337a4c1c
Octal211742512601236317211434
Binary100011111100101011010110010100111100111111010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,124,21); }

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

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

 a { background-color: rgb(17,124,21); }

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

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

 span { border-color: rgb(17,124,21); }

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