Shades of Green #01690B
Tints of Green #01690B
RGB
CMYK
RGB Variations
Color information
#01690B (or 0x01690B) is known color: Green. HEX triplet: 01, 69 and 0B. RGB value is (1,105,11). Sum of RGB (Red+Green+Blue) = 1+105+11=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 105 (41.41% from 255 or 89.74% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 105 - color contains mainly: green. Hex color #01690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01690B is #FE96F4. Grayscale: #3F3F3F. Windows color (decimal): -16684789 or 747777. OLE color: 747777.
HSL color Cylindrical-coordinate representation of color #01690B: hue angle of 125.77º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01690B is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 11 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.59 |
| HSL | 125.77º | 0.98% | 0.21% | - |
| HSV(B) | 125.77º | 0.99% | 0.41% | - |
| XYZ | 5.12 | 10.13 | 2 | - |
| YUV | 63.19 | 98.54 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 11 | 0.99 | 0 | 0.90 | 0.59 | 125.77 | 0.98 | 0.21 |
| Hex | 1 | 69 | B | 63 | 0 | 5A | 3B | 7E | 62 | 15 |
| Octal | 1 | 151 | 13 | 143 | 0 | 132 | 73 | 176 | 142 | 25 |
| Binary | 1 | 1101001 | 1011 | 1100011 | 0 | 1011010 | 111011 | 1111110 | 1100010 | 10101 |
Color Harmonies of #01690B
Complementary color
Monochromatic Colors of #01690B
Black with #01690B
Text Example
Text Example
White with #01690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01690B; }
p { color: rgb(1,105,11); }
H1.HeaderClassName
{
color: #01690B;
}
.AnyTagClassName
{
color: #01690B;
}
</style>
background-color css
<style>
a { background-color: #01690B; }
a { background-color: rgb(1,105,11); }
div.DivClassName
{
background-color: #01690B;
}
.BgClassName
{
background-color: #01690B;
}
</style>
border-color css
<style>
span { border-color: #01690B; }
span { border-color: rgb(1,105,11); }
td.TdClassName
{
border-color: #01690B;
}
.TagClassName
{
border-color: #01690B;
}
</style>