Shades of British Racing Green #074E21
Tints of British Racing Green #074E21
RGB
CMYK
RGB Variations
Color information
#074E21 (or 0x074E21) is known color: British Racing Green. HEX triplet: 07, 4E and 21. RGB value is (7,78,33). Sum of RGB (Red+Green+Blue) = 7+78+33=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #074E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E21 is #F8B1DE. Grayscale: #333333. Windows color (decimal): -16298463 or 2182663. OLE color: 2182663.
HSL color Cylindrical-coordinate representation of color #074E21: hue angle of 141.97º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E21 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 33 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.69 |
| HSL | 141.97º | 0.84% | 0.17% | - |
| HSV(B) | 141.97º | 0.91% | 0.31% | - |
| XYZ | 3.09 | 5.6 | 2.36 | - |
| YUV | 51.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 33 | 0.91 | 0 | 0.58 | 0.69 | 141.97 | 0.84 | 0.17 |
| Hex | 7 | 4E | 21 | 5B | 0 | 3A | 45 | 8E | 54 | 11 |
| Octal | 7 | 116 | 41 | 133 | 0 | 72 | 105 | 216 | 124 | 21 |
| Binary | 111 | 1001110 | 100001 | 1011011 | 0 | 111010 | 1000101 | 10001110 | 1010100 | 10001 |
Color Harmonies of #074E21
Complementary color
Monochromatic Colors of #074E21
Black with #074E21
Text Example
Text Example
White with #074E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E21; }
p { color: rgb(7,78,33); }
H1.HeaderClassName
{
color: #074E21;
}
.AnyTagClassName
{
color: #074E21;
}
</style>
background-color css
<style>
a { background-color: #074E21; }
a { background-color: rgb(7,78,33); }
div.DivClassName
{
background-color: #074E21;
}
.BgClassName
{
background-color: #074E21;
}
</style>
border-color css
<style>
span { border-color: #074E21; }
span { border-color: rgb(7,78,33); }
td.TdClassName
{
border-color: #074E21;
}
.TagClassName
{
border-color: #074E21;
}
</style>