Shades of British Racing Green #074124
Tints of British Racing Green #074124
RGB
CMYK
RGB Variations
Color information
#074124 (or 0x074124) is known color: British Racing Green. HEX triplet: 07, 41 and 24. RGB value is (7,65,36). Sum of RGB (Red+Green+Blue) = 7+65+36=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #074124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074124 is #F8BEDB. Grayscale: #2C2C2C. Windows color (decimal): -16301788 or 2375943. OLE color: 2375943.
HSL color Cylindrical-coordinate representation of color #074124: hue angle of 150º 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 #074124 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 36 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.75 |
| HSL | 150º | 0.81% | 0.14% | - |
| HSV(B) | 150º | 0.89% | 0.25% | - |
| XYZ | 2.3 | 3.95 | 2.31 | - |
| YUV | 44.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 36 | 0.89 | 0 | 0.45 | 0.75 | 150 | 0.81 | 0.14 |
| Hex | 7 | 41 | 24 | 59 | 0 | 2D | 4B | 96 | 51 | E |
| Octal | 7 | 101 | 44 | 131 | 0 | 55 | 113 | 226 | 121 | 16 |
| Binary | 111 | 1000001 | 100100 | 1011001 | 0 | 101101 | 1001011 | 10010110 | 1010001 | 1110 |
Color Harmonies of #074124
Complementary color
Monochromatic Colors of #074124
Black with #074124
Text Example
Text Example
White with #074124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074124; }
p { color: rgb(7,65,36); }
H1.HeaderClassName
{
color: #074124;
}
.AnyTagClassName
{
color: #074124;
}
</style>
background-color css
<style>
a { background-color: #074124; }
a { background-color: rgb(7,65,36); }
div.DivClassName
{
background-color: #074124;
}
.BgClassName
{
background-color: #074124;
}
</style>
border-color css
<style>
span { border-color: #074124; }
span { border-color: rgb(7,65,36); }
td.TdClassName
{
border-color: #074124;
}
.TagClassName
{
border-color: #074124;
}
</style>