Shades of Rangoon Green #070901
Tints of Rangoon Green #070901
RGB
CMYK
RGB Variations
Color information
#070901 (or 0x070901) is known color: Rangoon Green. HEX triplet: 07, 09 and 01. RGB value is (7,9,1). Sum of RGB (Red+Green+Blue) = 7+9+1=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 9 (3.91% from 255 or 52.94% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 9 - color contains mainly: green. Hex color #070901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070901 is #F8F6FE. Grayscale: #070707. Windows color (decimal): -16316159 or 67847. OLE color: 67847.
HSL color Cylindrical-coordinate representation of color #070901: hue angle of 75º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #070901 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 7 | 9 | 1 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.96 |
| HSL | 75º | 0.8% | 0.02% | - |
| HSV(B) | 75º | 0.89% | 0.04% | - |
| XYZ | 0.19 | 0.24 | 0.07 | - |
| YUV | 7.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 1 | 0.22 | 0 | 0.89 | 0.96 | 75 | 0.8 | 0.02 |
| Hex | 7 | 9 | 1 | 16 | 0 | 59 | 60 | 4B | 50 | 2 |
| Octal | 7 | 11 | 1 | 26 | 0 | 131 | 140 | 113 | 120 | 2 |
| Binary | 111 | 1001 | 1 | 10110 | 0 | 1011001 | 1100000 | 1001011 | 1010000 | 10 |
Color Harmonies of #070901
Complementary color
Monochromatic Colors of #070901
Black with #070901
Text Example
Text Example
White with #070901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070901; }
p { color: rgb(7,9,1); }
H1.HeaderClassName
{
color: #070901;
}
.AnyTagClassName
{
color: #070901;
}
</style>
background-color css
<style>
a { background-color: #070901; }
a { background-color: rgb(7,9,1); }
div.DivClassName
{
background-color: #070901;
}
.BgClassName
{
background-color: #070901;
}
</style>
border-color css
<style>
span { border-color: #070901; }
span { border-color: rgb(7,9,1); }
td.TdClassName
{
border-color: #070901;
}
.TagClassName
{
border-color: #070901;
}
</style>