Shades of British Racing Green #074720
Tints of British Racing Green #074720
RGB
CMYK
RGB Variations
Color information
#074720 (or 0x074720) is known color: British Racing Green. HEX triplet: 07, 47 and 20. RGB value is (7,71,32). Sum of RGB (Red+Green+Blue) = 7+71+32=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #074720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074720 is #F8B8DF. Grayscale: #2F2F2F. Windows color (decimal): -16300256 or 2115335. OLE color: 2115335.
HSL color Cylindrical-coordinate representation of color #074720: hue angle of 143.44º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074720 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 32 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.72 |
| HSL | 143.44º | 0.82% | 0.15% | - |
| HSV(B) | 143.44º | 0.9% | 0.28% | - |
| XYZ | 2.6 | 4.66 | 2.13 | - |
| YUV | 47.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 32 | 0.90 | 0 | 0.55 | 0.72 | 143.44 | 0.82 | 0.15 |
| Hex | 7 | 47 | 20 | 5A | 0 | 37 | 48 | 8F | 52 | F |
| Octal | 7 | 107 | 40 | 132 | 0 | 67 | 110 | 217 | 122 | 17 |
| Binary | 111 | 1000111 | 100000 | 1011010 | 0 | 110111 | 1001000 | 10001111 | 1010010 | 1111 |
Color Harmonies of #074720
Complementary color
Monochromatic Colors of #074720
Black with #074720
Text Example
Text Example
White with #074720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074720; }
p { color: rgb(7,71,32); }
H1.HeaderClassName
{
color: #074720;
}
.AnyTagClassName
{
color: #074720;
}
</style>
background-color css
<style>
a { background-color: #074720; }
a { background-color: rgb(7,71,32); }
div.DivClassName
{
background-color: #074720;
}
.BgClassName
{
background-color: #074720;
}
</style>
border-color css
<style>
span { border-color: #074720; }
span { border-color: rgb(7,71,32); }
td.TdClassName
{
border-color: #074720;
}
.TagClassName
{
border-color: #074720;
}
</style>