Shades of British Racing Green #074120
Tints of British Racing Green #074120
RGB
CMYK
RGB Variations
Color information
#074120 (or 0x074120) is known color: British Racing Green. HEX triplet: 07, 41 and 20. RGB value is (7,65,32). Sum of RGB (Red+Green+Blue) = 7+65+32=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #074120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074120 is #F8BEDF. Grayscale: #2B2B2B. Windows color (decimal): -16301792 or 2113799. OLE color: 2113799.
HSL color Cylindrical-coordinate representation of color #074120: hue angle of 145.86º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074120 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 32 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.75 |
| HSL | 145.86º | 0.81% | 0.14% | - |
| HSV(B) | 145.86º | 0.89% | 0.25% | - |
| XYZ | 2.24 | 3.93 | 2.01 | - |
| YUV | 43.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 32 | 0.89 | 0 | 0.51 | 0.75 | 145.86 | 0.81 | 0.14 |
| Hex | 7 | 41 | 20 | 59 | 0 | 33 | 4B | 92 | 51 | E |
| Octal | 7 | 101 | 40 | 131 | 0 | 63 | 113 | 222 | 121 | 16 |
| Binary | 111 | 1000001 | 100000 | 1011001 | 0 | 110011 | 1001011 | 10010010 | 1010001 | 1110 |
Color Harmonies of #074120
Complementary color
Monochromatic Colors of #074120
Black with #074120
Text Example
Text Example
White with #074120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074120; }
p { color: rgb(7,65,32); }
H1.HeaderClassName
{
color: #074120;
}
.AnyTagClassName
{
color: #074120;
}
</style>
background-color css
<style>
a { background-color: #074120; }
a { background-color: rgb(7,65,32); }
div.DivClassName
{
background-color: #074120;
}
.BgClassName
{
background-color: #074120;
}
</style>
border-color css
<style>
span { border-color: #074120; }
span { border-color: rgb(7,65,32); }
td.TdClassName
{
border-color: #074120;
}
.TagClassName
{
border-color: #074120;
}
</style>