Shades of Green #01860B
Tints of Green #01860B
RGB
CMYK
RGB Variations
Color information
#01860B (or 0x01860B) is known color: Green. HEX triplet: 01, 86 and 0B. RGB value is (1,134,11). Sum of RGB (Red+Green+Blue) = 1+134+11=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 134 (52.73% from 255 or 91.78% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 134 - color contains mainly: green. Hex color #01860B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01860B is #FE79F4. Grayscale: #505050. Windows color (decimal): -16677365 or 755201. OLE color: 755201.
HSL color Cylindrical-coordinate representation of color #01860B: hue angle of 124.51º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01860B is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 11 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.47 |
| HSL | 124.51º | 0.99% | 0.26% | - |
| HSV(B) | 124.51º | 0.99% | 0.53% | - |
| XYZ | 8.6 | 17.08 | 3.16 | - |
| YUV | 80.21 | 88.94 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 11 | 0.99 | 0 | 0.92 | 0.47 | 124.51 | 0.99 | 0.26 |
| Hex | 1 | 86 | B | 63 | 0 | 5C | 2F | 7D | 63 | 1A |
| Octal | 1 | 206 | 13 | 143 | 0 | 134 | 57 | 175 | 143 | 32 |
| Binary | 1 | 10000110 | 1011 | 1100011 | 0 | 1011100 | 101111 | 1111101 | 1100011 | 11010 |
Color Harmonies of #01860B
Complementary color
Monochromatic Colors of #01860B
Black with #01860B
Text Example
Text Example
White with #01860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01860B; }
p { color: rgb(1,134,11); }
H1.HeaderClassName
{
color: #01860B;
}
.AnyTagClassName
{
color: #01860B;
}
</style>
background-color css
<style>
a { background-color: #01860B; }
a { background-color: rgb(1,134,11); }
div.DivClassName
{
background-color: #01860B;
}
.BgClassName
{
background-color: #01860B;
}
</style>
border-color css
<style>
span { border-color: #01860B; }
span { border-color: rgb(1,134,11); }
td.TdClassName
{
border-color: #01860B;
}
.TagClassName
{
border-color: #01860B;
}
</style>