Shades of Green #107F01
Tints of Green #107F01
RGB
CMYK
RGB Variations
Color information
#107F01 (or 0x107F01) is known color: Green. HEX triplet: 10, 7F and 01. RGB value is (16,127,1). Sum of RGB (Red+Green+Blue) = 16+127+1=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 127 (50% from 255 or 88.19% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 127 - color contains mainly: green. Hex color #107F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107F01 is #EF80FE. Grayscale: #4F4F4F. Windows color (decimal): -15696127 or 98064. OLE color: 98064.
HSL color Cylindrical-coordinate representation of color #107F01: hue angle of 112.86º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #107F01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 127 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.50 |
| HSL | 112.86º | 0.98% | 0.25% | - |
| HSV(B) | 112.86º | 0.99% | 0.5% | - |
| XYZ | 7.81 | 15.29 | 2.57 | - |
| YUV | 79.45 | 83.73 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 1 | 0.87 | 0 | 0.99 | 0.50 | 112.86 | 0.98 | 0.25 |
| Hex | 10 | 7F | 1 | 57 | 0 | 63 | 32 | 71 | 62 | 19 |
| Octal | 20 | 177 | 1 | 127 | 0 | 143 | 62 | 161 | 142 | 31 |
| Binary | 10000 | 1111111 | 1 | 1010111 | 0 | 1100011 | 110010 | 1110001 | 1100010 | 11001 |
Color Harmonies of #107F01
Complementary color
Monochromatic Colors of #107F01
Black with #107F01
Text Example
Text Example
White with #107F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F01; }
p { color: rgb(16,127,1); }
H1.HeaderClassName
{
color: #107F01;
}
.AnyTagClassName
{
color: #107F01;
}
</style>
background-color css
<style>
a { background-color: #107F01; }
a { background-color: rgb(16,127,1); }
div.DivClassName
{
background-color: #107F01;
}
.BgClassName
{
background-color: #107F01;
}
</style>
border-color css
<style>
span { border-color: #107F01; }
span { border-color: rgb(16,127,1); }
td.TdClassName
{
border-color: #107F01;
}
.TagClassName
{
border-color: #107F01;
}
</style>