Shades of British Racing Green #075124
Tints of British Racing Green #075124
RGB
CMYK
RGB Variations
Color information
#075124 (or 0x075124) is known color: British Racing Green. HEX triplet: 07, 51 and 24. RGB value is (7,81,36). Sum of RGB (Red+Green+Blue) = 7+81+36=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 81 (32.03% from 255 or 65.32% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 81 - color contains mainly: green. Hex color #075124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075124 is #F8AEDB. Grayscale: #353535. Windows color (decimal): -16297692 or 2380039. OLE color: 2380039.
HSL color Cylindrical-coordinate representation of color #075124: hue angle of 143.51º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075124 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 81 | 36 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.68 |
| HSL | 143.51º | 0.84% | 0.17% | - |
| HSV(B) | 143.51º | 0.91% | 0.32% | - |
| XYZ | 3.35 | 6.06 | 2.66 | - |
| YUV | 53.74 | 117.98 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 36 | 0.91 | 0 | 0.56 | 0.68 | 143.51 | 0.84 | 0.17 |
| Hex | 7 | 51 | 24 | 5B | 0 | 38 | 44 | 90 | 54 | 11 |
| Octal | 7 | 121 | 44 | 133 | 0 | 70 | 104 | 220 | 124 | 21 |
| Binary | 111 | 1010001 | 100100 | 1011011 | 0 | 111000 | 1000100 | 10010000 | 1010100 | 10001 |
Color Harmonies of #075124
Complementary color
Monochromatic Colors of #075124
Black with #075124
Text Example
Text Example
White with #075124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075124; }
p { color: rgb(7,81,36); }
H1.HeaderClassName
{
color: #075124;
}
.AnyTagClassName
{
color: #075124;
}
</style>
background-color css
<style>
a { background-color: #075124; }
a { background-color: rgb(7,81,36); }
div.DivClassName
{
background-color: #075124;
}
.BgClassName
{
background-color: #075124;
}
</style>
border-color css
<style>
span { border-color: #075124; }
span { border-color: rgb(7,81,36); }
td.TdClassName
{
border-color: #075124;
}
.TagClassName
{
border-color: #075124;
}
</style>