Shades of Rangoon Green #070804
Tints of Rangoon Green #070804
RGB
CMYK
RGB Variations
Color information
#070804 (or 0x070804) is known color: Rangoon Green. HEX triplet: 07, 08 and 04. RGB value is (7,8,4). Sum of RGB (Red+Green+Blue) = 7+8+4=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 4 (1.95% from 255 or 21.05% from 19); Max value from RGB is 8 - color contains mainly: green. Hex color #070804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070804 is #F8F7FB. Grayscale: #070707. Windows color (decimal): -16316412 or 264199. OLE color: 264199.
HSL color Cylindrical-coordinate representation of color #070804: hue angle of 75º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070804 is Cyan = 0.13, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 7 | 8 | 4 | - |
| CMYK | 0.13 | 0 | 0.5 | 0.97 |
| HSL | 75º | 0.33% | 0.02% | - |
| HSV(B) | 75º | 0.5% | 0.03% | - |
| XYZ | 0.2 | 0.23 | 0.15 | - |
| YUV | 7.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 4 | 0.13 | 0 | 0.5 | 0.97 | 75 | 0.33 | 0.02 |
| Hex | 7 | 8 | 4 | D | 0 | 32 | 61 | 4B | 21 | 2 |
| Octal | 7 | 10 | 4 | 15 | 0 | 62 | 141 | 113 | 41 | 2 |
| Binary | 111 | 1000 | 100 | 1101 | 0 | 110010 | 1100001 | 1001011 | 100001 | 10 |
Color Harmonies of #070804
Complementary color
Monochromatic Colors of #070804
Black with #070804
Text Example
Text Example
White with #070804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070804; }
p { color: rgb(7,8,4); }
H1.HeaderClassName
{
color: #070804;
}
.AnyTagClassName
{
color: #070804;
}
</style>
background-color css
<style>
a { background-color: #070804; }
a { background-color: rgb(7,8,4); }
div.DivClassName
{
background-color: #070804;
}
.BgClassName
{
background-color: #070804;
}
</style>
border-color css
<style>
span { border-color: #070804; }
span { border-color: rgb(7,8,4); }
td.TdClassName
{
border-color: #070804;
}
.TagClassName
{
border-color: #070804;
}
</style>