Shades of Green #01670B
Tints of Green #01670B
RGB
CMYK
RGB Variations
Color information
#01670B (or 0x01670B) is known color: Green. HEX triplet: 01, 67 and 0B. RGB value is (1,103,11). Sum of RGB (Red+Green+Blue) = 1+103+11=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 103 (40.62% from 255 or 89.57% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 103 - color contains mainly: green. Hex color #01670B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01670B is #FE98F4. Grayscale: #3E3E3E. Windows color (decimal): -16685301 or 747265. OLE color: 747265.
HSL color Cylindrical-coordinate representation of color #01670B: hue angle of 125.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01670B is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 11 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.60 |
| HSL | 125.88º | 0.98% | 0.2% | - |
| HSV(B) | 125.88º | 0.99% | 0.4% | - |
| XYZ | 4.92 | 9.73 | 1.94 | - |
| YUV | 62.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 11 | 0.99 | 0 | 0.89 | 0.60 | 125.88 | 0.98 | 0.2 |
| Hex | 1 | 67 | B | 63 | 0 | 59 | 3C | 7E | 62 | 14 |
| Octal | 1 | 147 | 13 | 143 | 0 | 131 | 74 | 176 | 142 | 24 |
| Binary | 1 | 1100111 | 1011 | 1100011 | 0 | 1011001 | 111100 | 1111110 | 1100010 | 10100 |
Color Harmonies of #01670B
Complementary color
Monochromatic Colors of #01670B
Black with #01670B
Text Example
Text Example
White with #01670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01670B; }
p { color: rgb(1,103,11); }
H1.HeaderClassName
{
color: #01670B;
}
.AnyTagClassName
{
color: #01670B;
}
</style>
background-color css
<style>
a { background-color: #01670B; }
a { background-color: rgb(1,103,11); }
div.DivClassName
{
background-color: #01670B;
}
.BgClassName
{
background-color: #01670B;
}
</style>
border-color css
<style>
span { border-color: #01670B; }
span { border-color: rgb(1,103,11); }
td.TdClassName
{
border-color: #01670B;
}
.TagClassName
{
border-color: #01670B;
}
</style>