Shades of Forest Green #107521
Tints of Forest Green #107521
RGB
CMYK
RGB Variations
Color information
#107521 (or 0x107521) is known color: Forest Green. HEX triplet: 10, 75 and 21. RGB value is (16,117,33). Sum of RGB (Red+Green+Blue) = 16+117+33=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #107521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107521 is #EF8ADE. Grayscale: #4D4D4D. Windows color (decimal): -15698655 or 2192656. OLE color: 2192656.
HSL color Cylindrical-coordinate representation of color #107521: hue angle of 130.1º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107521 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 33 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.54 |
| HSL | 130.1º | 0.76% | 0.26% | - |
| HSV(B) | 130.1º | 0.86% | 0.46% | - |
| XYZ | 6.85 | 12.94 | 3.58 | - |
| YUV | 77.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 33 | 0.86 | 0 | 0.72 | 0.54 | 130.1 | 0.76 | 0.26 |
| Hex | 10 | 75 | 21 | 56 | 0 | 48 | 36 | 82 | 4C | 1A |
| Octal | 20 | 165 | 41 | 126 | 0 | 110 | 66 | 202 | 114 | 32 |
| Binary | 10000 | 1110101 | 100001 | 1010110 | 0 | 1001000 | 110110 | 10000010 | 1001100 | 11010 |
Color Harmonies of #107521
Complementary color
Monochromatic Colors of #107521
Black with #107521
Text Example
Text Example
White with #107521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107521; }
p { color: rgb(16,117,33); }
H1.HeaderClassName
{
color: #107521;
}
.AnyTagClassName
{
color: #107521;
}
</style>
background-color css
<style>
a { background-color: #107521; }
a { background-color: rgb(16,117,33); }
div.DivClassName
{
background-color: #107521;
}
.BgClassName
{
background-color: #107521;
}
</style>
border-color css
<style>
span { border-color: #107521; }
span { border-color: rgb(16,117,33); }
td.TdClassName
{
border-color: #107521;
}
.TagClassName
{
border-color: #107521;
}
</style>