Shades of Green #107807
Tints of Green #107807
RGB
CMYK
RGB Variations
Color information
#107807 (or 0x107807) is known color: Green. HEX triplet: 10, 78 and 07. RGB value is (16,120,7). Sum of RGB (Red+Green+Blue) = 16+120+7=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 120 (47.27% from 255 or 83.92% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 120 - color contains mainly: green. Hex color #107807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107807 is #EF87F8. Grayscale: #4C4C4C. Windows color (decimal): -15697913 or 489488. OLE color: 489488.
HSL color Cylindrical-coordinate representation of color #107807: hue angle of 115.22º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107807 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 120 | 7 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.53 |
| HSL | 115.22º | 0.89% | 0.25% | - |
| HSV(B) | 115.22º | 0.94% | 0.47% | - |
| XYZ | 6.97 | 13.56 | 2.45 | - |
| YUV | 76.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 7 | 0.87 | 0 | 0.94 | 0.53 | 115.22 | 0.89 | 0.25 |
| Hex | 10 | 78 | 7 | 57 | 0 | 5E | 35 | 73 | 59 | 19 |
| Octal | 20 | 170 | 7 | 127 | 0 | 136 | 65 | 163 | 131 | 31 |
| Binary | 10000 | 1111000 | 111 | 1010111 | 0 | 1011110 | 110101 | 1110011 | 1011001 | 11001 |
Color Harmonies of #107807
Complementary color
Monochromatic Colors of #107807
Black with #107807
Text Example
Text Example
White with #107807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107807; }
p { color: rgb(16,120,7); }
H1.HeaderClassName
{
color: #107807;
}
.AnyTagClassName
{
color: #107807;
}
</style>
background-color css
<style>
a { background-color: #107807; }
a { background-color: rgb(16,120,7); }
div.DivClassName
{
background-color: #107807;
}
.BgClassName
{
background-color: #107807;
}
</style>
border-color css
<style>
span { border-color: #107807; }
span { border-color: rgb(16,120,7); }
td.TdClassName
{
border-color: #107807;
}
.TagClassName
{
border-color: #107807;
}
</style>