Shades of Green #117F07
Tints of Green #117F07
RGB
CMYK
RGB Variations
Color information
#117F07 (or 0x117F07) is known color: Green. HEX triplet: 11, 7F and 07. RGB value is (17,127,7). Sum of RGB (Red+Green+Blue) = 17+127+7=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 127 (50% from 255 or 84.11% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 127 - color contains mainly: green. Hex color #117F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117F07 is #EE80F8. Grayscale: #505050. Windows color (decimal): -15630585 or 491281. OLE color: 491281.
HSL color Cylindrical-coordinate representation of color #117F07: hue angle of 115º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #117F07 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 127 | 7 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.50 |
| HSL | 115º | 0.9% | 0.26% | - |
| HSV(B) | 115º | 0.94% | 0.5% | - |
| XYZ | 7.86 | 15.31 | 2.74 | - |
| YUV | 80.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 7 | 0.87 | 0 | 0.94 | 0.50 | 115 | 0.9 | 0.26 |
| Hex | 11 | 7F | 7 | 57 | 0 | 5E | 32 | 73 | 5A | 1A |
| Octal | 21 | 177 | 7 | 127 | 0 | 136 | 62 | 163 | 132 | 32 |
| Binary | 10001 | 1111111 | 111 | 1010111 | 0 | 1011110 | 110010 | 1110011 | 1011010 | 11010 |
Color Harmonies of #117F07
Complementary color
Monochromatic Colors of #117F07
Black with #117F07
Text Example
Text Example
White with #117F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117F07; }
p { color: rgb(17,127,7); }
H1.HeaderClassName
{
color: #117F07;
}
.AnyTagClassName
{
color: #117F07;
}
</style>
background-color css
<style>
a { background-color: #117F07; }
a { background-color: rgb(17,127,7); }
div.DivClassName
{
background-color: #117F07;
}
.BgClassName
{
background-color: #117F07;
}
</style>
border-color css
<style>
span { border-color: #117F07; }
span { border-color: rgb(17,127,7); }
td.TdClassName
{
border-color: #117F07;
}
.TagClassName
{
border-color: #117F07;
}
</style>