Shades of Green #107304
Tints of Green #107304
RGB
CMYK
RGB Variations
Color information
#107304 (or 0x107304) is known color: Green. HEX triplet: 10, 73 and 04. RGB value is (16,115,4). Sum of RGB (Red+Green+Blue) = 16+115+4=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 115 (45.31% from 255 or 85.19% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 115 - color contains mainly: green. Hex color #107304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107304 is #EF8CFB. Grayscale: #494949. Windows color (decimal): -15699196 or 291600. OLE color: 291600.
HSL color Cylindrical-coordinate representation of color #107304: hue angle of 113.51º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #107304 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 4 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.55 |
| HSL | 113.51º | 0.93% | 0.23% | - |
| HSV(B) | 113.51º | 0.97% | 0.45% | - |
| XYZ | 6.37 | 12.38 | 2.17 | - |
| YUV | 72.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 4 | 0.86 | 0 | 0.97 | 0.55 | 113.51 | 0.93 | 0.23 |
| Hex | 10 | 73 | 4 | 56 | 0 | 61 | 37 | 72 | 5D | 17 |
| Octal | 20 | 163 | 4 | 126 | 0 | 141 | 67 | 162 | 135 | 27 |
| Binary | 10000 | 1110011 | 100 | 1010110 | 0 | 1100001 | 110111 | 1110010 | 1011101 | 10111 |
Color Harmonies of #107304
Complementary color
Monochromatic Colors of #107304
Black with #107304
Text Example
Text Example
White with #107304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107304; }
p { color: rgb(16,115,4); }
H1.HeaderClassName
{
color: #107304;
}
.AnyTagClassName
{
color: #107304;
}
</style>
background-color css
<style>
a { background-color: #107304; }
a { background-color: rgb(16,115,4); }
div.DivClassName
{
background-color: #107304;
}
.BgClassName
{
background-color: #107304;
}
</style>
border-color css
<style>
span { border-color: #107304; }
span { border-color: rgb(16,115,4); }
td.TdClassName
{
border-color: #107304;
}
.TagClassName
{
border-color: #107304;
}
</style>