#107C22

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

Shades of Forest Green #107C22

Tints of Forest Green #107C22

Color information

#107C22 (or 0x107C22) is unknown color: approx Forest Green. HEX triplet: 10, 7C and 22. RGB value is (16,124,34). Sum of RGB (Red+Green+Blue) = 16+124+34=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #107C22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107C22 is #EF83DD. Grayscale: #515151. Windows color (decimal): -15696862 or 2259984. OLE color: 2259984.

HSL color Cylindrical-coordinate representation of color #107C22: hue angle of 130º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107C22 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1612434-
CMYK0.8700.730.51
HSL130º77.14%27.45%-
HSV(B)130º87.1%48.63%-
XYZ7.7114.643.93-
YUV81.45101.2281.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 124 (48.83% from 255) = 71.26%
BLUE value IS 34 (13.67% from 255) = 19.54%
R=9.20%
G=71.26%
B=19.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal16124340.8700.730.5113077.1427.45
Hex107C225704933824d1b
Octal201744212701116320211533
Binary10000111110010001010101110100100111001110000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107C22; }

 p { color: rgb(16,124,34); }

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

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

 a { background-color: rgb(16,124,34); }

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

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

 span { border-color: rgb(16,124,34); }

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