Shades of British Racing Green #074D20
Tints of British Racing Green #074D20
RGB
CMYK
RGB Variations
Color information
#074D20 (or 0x074D20) is known color: British Racing Green. HEX triplet: 07, 4D and 20. RGB value is (7,77,32). Sum of RGB (Red+Green+Blue) = 7+77+32=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 77 (30.47% from 255 or 66.38% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 77 - color contains mainly: green. Hex color #074D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D20 is #F8B2DF. Grayscale: #333333. Windows color (decimal): -16298720 or 2116871. OLE color: 2116871.
HSL color Cylindrical-coordinate representation of color #074D20: hue angle of 141.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D20 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 32 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.70 |
| HSL | 141.43º | 0.83% | 0.16% | - |
| HSV(B) | 141.43º | 0.91% | 0.3% | - |
| XYZ | 3 | 5.46 | 2.26 | - |
| YUV | 50.94 | 117.31 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 32 | 0.91 | 0 | 0.58 | 0.70 | 141.43 | 0.83 | 0.16 |
| Hex | 7 | 4D | 20 | 5B | 0 | 3A | 46 | 8D | 53 | 10 |
| Octal | 7 | 115 | 40 | 133 | 0 | 72 | 106 | 215 | 123 | 20 |
| Binary | 111 | 1001101 | 100000 | 1011011 | 0 | 111010 | 1000110 | 10001101 | 1010011 | 10000 |
Color Harmonies of #074D20
Complementary color
Monochromatic Colors of #074D20
Black with #074D20
Text Example
Text Example
White with #074D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D20; }
p { color: rgb(7,77,32); }
H1.HeaderClassName
{
color: #074D20;
}
.AnyTagClassName
{
color: #074D20;
}
</style>
background-color css
<style>
a { background-color: #074D20; }
a { background-color: rgb(7,77,32); }
div.DivClassName
{
background-color: #074D20;
}
.BgClassName
{
background-color: #074D20;
}
</style>
border-color css
<style>
span { border-color: #074D20; }
span { border-color: rgb(7,77,32); }
td.TdClassName
{
border-color: #074D20;
}
.TagClassName
{
border-color: #074D20;
}
</style>