Shades of Dark Green #07160C
Tints of Dark Green #07160C
RGB
CMYK
RGB Variations
Color information
#07160C (or 0x07160C) is known color: Dark Green. HEX triplet: 07, 16 and 0C. RGB value is (7,22,12). Sum of RGB (Red+Green+Blue) = 7+22+12=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #07160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160C is #F8E9F3. Grayscale: #101010. Windows color (decimal): -16312820 or 792071. OLE color: 792071.
HSL color Cylindrical-coordinate representation of color #07160C: hue angle of 140º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #07160C is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 22 | 12 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.91 |
| HSL | 140º | 0.52% | 0.06% | - |
| HSV(B) | 140º | 0.68% | 0.09% | - |
| XYZ | 0.44 | 0.65 | 0.45 | - |
| YUV | 16.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 12 | 0.68 | 0 | 0.45 | 0.91 | 140 | 0.52 | 0.06 |
| Hex | 7 | 16 | C | 44 | 0 | 2D | 5B | 8C | 34 | 6 |
| Octal | 7 | 26 | 14 | 104 | 0 | 55 | 133 | 214 | 64 | 6 |
| Binary | 111 | 10110 | 1100 | 1000100 | 0 | 101101 | 1011011 | 10001100 | 110100 | 110 |
Color Harmonies of #07160C
Complementary color
Monochromatic Colors of #07160C
Black with #07160C
Text Example
Text Example
White with #07160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07160C; }
p { color: rgb(7,22,12); }
H1.HeaderClassName
{
color: #07160C;
}
.AnyTagClassName
{
color: #07160C;
}
</style>
background-color css
<style>
a { background-color: #07160C; }
a { background-color: rgb(7,22,12); }
div.DivClassName
{
background-color: #07160C;
}
.BgClassName
{
background-color: #07160C;
}
</style>
border-color css
<style>
span { border-color: #07160C; }
span { border-color: rgb(7,22,12); }
td.TdClassName
{
border-color: #07160C;
}
.TagClassName
{
border-color: #07160C;
}
</style>