Shades of Dark Green #070808
Tints of Dark Green #070808
RGB
CMYK
RGB Variations
Color information
#070808 (or 0x070808) is known color: Dark Green. HEX triplet: 07, 08 and 08. RGB value is (7,8,8). Sum of RGB (Red+Green+Blue) = 7+8+8=23 (3% of max value = 765). Red value is 7 (3.12% from 255 or 30.43% from 23); Green value is 8 (3.52% from 255 or 34.78% from 23); Blue value is 8 (3.52% from 255 or 34.78% from 23); Max value from RGB is 8 - color contains mainly: green, blue. Hex color #070808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070808 is #F8F7F7. Grayscale: #070707. Windows color (decimal): -16316408 or 526343. OLE color: 526343.
HSL color Cylindrical-coordinate representation of color #070808: hue angle of 180º degrees, saturation: 0.07, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #070808 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.
Color convert
RGB | 7 | 8 | 8 | - |
CMYK | 0.13 | 0 | 0 | 0.97 |
HSL | 180º | 0.07% | 0.03% | - |
HSV(B) | 180º | 0.13% | 0.03% | - |
XYZ | 0.22 | 0.24 | 0.26 | - |
YUV | 7.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 8 | 8 | 0.13 | 0 | 0 | 0.97 | 180 | 0.07 | 0.03 |
Hex | 7 | 8 | 8 | D | 0 | 0 | 61 | B4 | 7 | 3 |
Octal | 7 | 10 | 10 | 15 | 0 | 0 | 141 | 264 | 7 | 3 |
Binary | 111 | 1000 | 1000 | 1101 | 0 | 0 | 1100001 | 10110100 | 111 | 11 |
Color Harmonies of #070808
Complementary color
Monochromatic Colors of #070808
Black with #070808
Text Example
Text Example
White with #070808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070808; }
p { color: rgb(7,8,8); }
H1.HeaderClassName
{
color: #070808;
}
.AnyTagClassName
{
color: #070808;
}
</style>
background-color css
<style>
a { background-color: #070808; }
a { background-color: rgb(7,8,8); }
div.DivClassName
{
background-color: #070808;
}
.BgClassName
{
background-color: #070808;
}
</style>
border-color css
<style>
span { border-color: #070808; }
span { border-color: rgb(7,8,8); }
td.TdClassName
{
border-color: #070808;
}
.TagClassName
{
border-color: #070808;
}
</style>