Shades of Green #107700
Tints of Green #107700
RGB
CMYK
RGB Variations
Color information
#107700 (or 0x107700) is known color: Green. HEX triplet: 10, 77 and 00. RGB value is (16,119,0). Sum of RGB (Red+Green+Blue) = 16+119+0=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 119 (46.88% from 255 or 88.15% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 119 - color contains mainly: green. Hex color #107700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107700 is #EF88FF. Grayscale: #4B4B4B. Windows color (decimal): -15698176 or 30480. OLE color: 30480.
HSL color Cylindrical-coordinate representation of color #107700: hue angle of 111.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #107700 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 119 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.53 |
| HSL | 111.93º | 1% | 0.23% | - |
| HSV(B) | 111.93º | 1% | 0.47% | - |
| XYZ | 6.81 | 13.3 | 2.21 | - |
| YUV | 74.64 | 85.88 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 0 | 0.87 | 0 | 1 | 0.53 | 111.93 | 1 | 0.23 |
| Hex | 10 | 77 | 0 | 57 | 0 | 64 | 35 | 70 | 64 | 17 |
| Octal | 20 | 167 | 0 | 127 | 0 | 144 | 65 | 160 | 144 | 27 |
| Binary | 10000 | 1110111 | 0 | 1010111 | 0 | 1100100 | 110101 | 1110000 | 1100100 | 10111 |
Color Harmonies of #107700
Complementary color
Monochromatic Colors of #107700
Black with #107700
Text Example
Text Example
White with #107700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107700; }
p { color: rgb(16,119,0); }
H1.HeaderClassName
{
color: #107700;
}
.AnyTagClassName
{
color: #107700;
}
</style>
background-color css
<style>
a { background-color: #107700; }
a { background-color: rgb(16,119,0); }
div.DivClassName
{
background-color: #107700;
}
.BgClassName
{
background-color: #107700;
}
</style>
border-color css
<style>
span { border-color: #107700; }
span { border-color: rgb(16,119,0); }
td.TdClassName
{
border-color: #107700;
}
.TagClassName
{
border-color: #107700;
}
</style>