Shades of Green #01670F
Tints of Green #01670F
RGB
CMYK
RGB Variations
Color information
#01670F (or 0x01670F) is known color: Green. HEX triplet: 01, 67 and 0F. RGB value is (1,103,15). Sum of RGB (Red+Green+Blue) = 1+103+15=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 103 (40.62% from 255 or 86.55% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 103 - color contains mainly: green. Hex color #01670F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01670F is #FE98F0. Grayscale: #3E3E3E. Windows color (decimal): -16685297 or 1009409. OLE color: 1009409.
HSL color Cylindrical-coordinate representation of color #01670F: hue angle of 128.24º 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 #01670F is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 15 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.60 |
| HSL | 128.24º | 0.98% | 0.2% | - |
| HSV(B) | 128.24º | 0.99% | 0.4% | - |
| XYZ | 4.95 | 9.74 | 2.07 | - |
| YUV | 62.47 | 101.21 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 15 | 0.99 | 0 | 0.85 | 0.60 | 128.24 | 0.98 | 0.2 |
| Hex | 1 | 67 | F | 63 | 0 | 55 | 3C | 80 | 62 | 14 |
| Octal | 1 | 147 | 17 | 143 | 0 | 125 | 74 | 200 | 142 | 24 |
| Binary | 1 | 1100111 | 1111 | 1100011 | 0 | 1010101 | 111100 | 10000000 | 1100010 | 10100 |
Color Harmonies of #01670F
Complementary color
Monochromatic Colors of #01670F
Black with #01670F
Text Example
Text Example
White with #01670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01670F; }
p { color: rgb(1,103,15); }
H1.HeaderClassName
{
color: #01670F;
}
.AnyTagClassName
{
color: #01670F;
}
</style>
background-color css
<style>
a { background-color: #01670F; }
a { background-color: rgb(1,103,15); }
div.DivClassName
{
background-color: #01670F;
}
.BgClassName
{
background-color: #01670F;
}
</style>
border-color css
<style>
span { border-color: #01670F; }
span { border-color: rgb(1,103,15); }
td.TdClassName
{
border-color: #01670F;
}
.TagClassName
{
border-color: #01670F;
}
</style>