Shades of Dark Green #07160D
Tints of Dark Green #07160D
RGB
CMYK
RGB Variations
Color information
#07160D (or 0x07160D) is known color: Dark Green. HEX triplet: 07, 16 and 0D. RGB value is (7,22,13). Sum of RGB (Red+Green+Blue) = 7+22+13=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 22 (8.98% from 255 or 52.38% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 22 - color contains mainly: green. Hex color #07160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07160D is #F8E9F2. Grayscale: #101010. Windows color (decimal): -16312819 or 857607. OLE color: 857607.
HSL color Cylindrical-coordinate representation of color #07160D: hue angle of 144º 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 #07160D is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 22 | 13 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.91 |
| HSL | 144º | 0.52% | 0.06% | - |
| HSV(B) | 144º | 0.68% | 0.09% | - |
| XYZ | 0.45 | 0.65 | 0.48 | - |
| YUV | 16.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 13 | 0.68 | 0 | 0.41 | 0.91 | 144 | 0.52 | 0.06 |
| Hex | 7 | 16 | D | 44 | 0 | 29 | 5B | 90 | 34 | 6 |
| Octal | 7 | 26 | 15 | 104 | 0 | 51 | 133 | 220 | 64 | 6 |
| Binary | 111 | 10110 | 1101 | 1000100 | 0 | 101001 | 1011011 | 10010000 | 110100 | 110 |
Color Harmonies of #07160D
Complementary color
Monochromatic Colors of #07160D
Black with #07160D
Text Example
Text Example
White with #07160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07160D; }
p { color: rgb(7,22,13); }
H1.HeaderClassName
{
color: #07160D;
}
.AnyTagClassName
{
color: #07160D;
}
</style>
background-color css
<style>
a { background-color: #07160D; }
a { background-color: rgb(7,22,13); }
div.DivClassName
{
background-color: #07160D;
}
.BgClassName
{
background-color: #07160D;
}
</style>
border-color css
<style>
span { border-color: #07160D; }
span { border-color: rgb(7,22,13); }
td.TdClassName
{
border-color: #07160D;
}
.TagClassName
{
border-color: #07160D;
}
</style>