Shades of Dark Green #010A07
Tints of Dark Green #010A07
RGB
CMYK
RGB Variations
Color information
#010A07 (or 0x010A07) is known color: Dark Green. HEX triplet: 01, 0A and 07. RGB value is (1,10,7). Sum of RGB (Red+Green+Blue) = 1+10+7=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #010A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A07 is #FEF5F8. Grayscale: #060606. Windows color (decimal): -16709113 or 461313. OLE color: 461313.
HSL color Cylindrical-coordinate representation of color #010A07: hue angle of 160º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A07 is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 1 | 10 | 7 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.96 |
| HSL | 160º | 0.82% | 0.02% | - |
| HSV(B) | 160º | 0.9% | 0.04% | - |
| XYZ | 0.16 | 0.24 | 0.24 | - |
| YUV | 6.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 7 | 0.90 | 0 | 0.30 | 0.96 | 160 | 0.82 | 0.02 |
| Hex | 1 | A | 7 | 5A | 0 | 1E | 60 | A0 | 52 | 2 |
| Octal | 1 | 12 | 7 | 132 | 0 | 36 | 140 | 240 | 122 | 2 |
| Binary | 1 | 1010 | 111 | 1011010 | 0 | 11110 | 1100000 | 10100000 | 1010010 | 10 |
Color Harmonies of #010A07
Complementary color
Monochromatic Colors of #010A07
Black with #010A07
Text Example
Text Example
White with #010A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010A07; }
p { color: rgb(1,10,7); }
H1.HeaderClassName
{
color: #010A07;
}
.AnyTagClassName
{
color: #010A07;
}
</style>
background-color css
<style>
a { background-color: #010A07; }
a { background-color: rgb(1,10,7); }
div.DivClassName
{
background-color: #010A07;
}
.BgClassName
{
background-color: #010A07;
}
</style>
border-color css
<style>
span { border-color: #010A07; }
span { border-color: rgb(1,10,7); }
td.TdClassName
{
border-color: #010A07;
}
.TagClassName
{
border-color: #010A07;
}
</style>