Shades of Dark Green #010B07
Tints of Dark Green #010B07
RGB
CMYK
RGB Variations
Color information
#010B07 (or 0x010B07) is known color: Dark Green. HEX triplet: 01, 0B and 07. RGB value is (1,11,7). Sum of RGB (Red+Green+Blue) = 1+11+7=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 11 (4.69% from 255 or 57.89% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 11 - color contains mainly: green. Hex color #010B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B07 is #FEF4F8. Grayscale: #070707. Windows color (decimal): -16708857 or 461569. OLE color: 461569.
HSL color Cylindrical-coordinate representation of color #010B07: hue angle of 156º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #010B07 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 11 | 7 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.96 |
| HSL | 156º | 0.83% | 0.02% | - |
| HSV(B) | 156º | 0.91% | 0.04% | - |
| XYZ | 0.17 | 0.26 | 0.24 | - |
| YUV | 7.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 7 | 0.91 | 0 | 0.36 | 0.96 | 156 | 0.83 | 0.02 |
| Hex | 1 | B | 7 | 5B | 0 | 24 | 60 | 9C | 53 | 2 |
| Octal | 1 | 13 | 7 | 133 | 0 | 44 | 140 | 234 | 123 | 2 |
| Binary | 1 | 1011 | 111 | 1011011 | 0 | 100100 | 1100000 | 10011100 | 1010011 | 10 |
Color Harmonies of #010B07
Complementary color
Monochromatic Colors of #010B07
Black with #010B07
Text Example
Text Example
White with #010B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B07; }
p { color: rgb(1,11,7); }
H1.HeaderClassName
{
color: #010B07;
}
.AnyTagClassName
{
color: #010B07;
}
</style>
background-color css
<style>
a { background-color: #010B07; }
a { background-color: rgb(1,11,7); }
div.DivClassName
{
background-color: #010B07;
}
.BgClassName
{
background-color: #010B07;
}
</style>
border-color css
<style>
span { border-color: #010B07; }
span { border-color: rgb(1,11,7); }
td.TdClassName
{
border-color: #010B07;
}
.TagClassName
{
border-color: #010B07;
}
</style>