Shades of British Racing Green #074521
Tints of British Racing Green #074521
RGB
CMYK
RGB Variations
Color information
#074521 (or 0x074521) is known color: British Racing Green. HEX triplet: 07, 45 and 21. RGB value is (7,69,33). Sum of RGB (Red+Green+Blue) = 7+69+33=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #074521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074521 is #F8BADE. Grayscale: #2E2E2E. Windows color (decimal): -16300767 or 2180359. OLE color: 2180359.
HSL color Cylindrical-coordinate representation of color #074521: hue angle of 145.16º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074521 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 33 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.73 |
| HSL | 145.16º | 0.82% | 0.15% | - |
| HSV(B) | 145.16º | 0.9% | 0.27% | - |
| XYZ | 2.49 | 4.41 | 2.16 | - |
| YUV | 46.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 33 | 0.90 | 0 | 0.52 | 0.73 | 145.16 | 0.82 | 0.15 |
| Hex | 7 | 45 | 21 | 5A | 0 | 34 | 49 | 91 | 52 | F |
| Octal | 7 | 105 | 41 | 132 | 0 | 64 | 111 | 221 | 122 | 17 |
| Binary | 111 | 1000101 | 100001 | 1011010 | 0 | 110100 | 1001001 | 10010001 | 1010010 | 1111 |
Color Harmonies of #074521
Complementary color
Monochromatic Colors of #074521
Black with #074521
Text Example
Text Example
White with #074521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074521; }
p { color: rgb(7,69,33); }
H1.HeaderClassName
{
color: #074521;
}
.AnyTagClassName
{
color: #074521;
}
</style>
background-color css
<style>
a { background-color: #074521; }
a { background-color: rgb(7,69,33); }
div.DivClassName
{
background-color: #074521;
}
.BgClassName
{
background-color: #074521;
}
</style>
border-color css
<style>
span { border-color: #074521; }
span { border-color: rgb(7,69,33); }
td.TdClassName
{
border-color: #074521;
}
.TagClassName
{
border-color: #074521;
}
</style>