Shades of British Racing Green #074121
Tints of British Racing Green #074121
RGB
CMYK
RGB Variations
Color information
#074121 (or 0x074121) is known color: British Racing Green. HEX triplet: 07, 41 and 21. RGB value is (7,65,33). Sum of RGB (Red+Green+Blue) = 7+65+33=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #074121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074121 is #F8BEDE. Grayscale: #2C2C2C. Windows color (decimal): -16301791 or 2179335. OLE color: 2179335.
HSL color Cylindrical-coordinate representation of color #074121: hue angle of 146.9º 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 #074121 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 33 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.75 |
| HSL | 146.9º | 0.81% | 0.14% | - |
| HSV(B) | 146.9º | 0.89% | 0.25% | - |
| XYZ | 2.25 | 3.94 | 2.08 | - |
| YUV | 44.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 33 | 0.89 | 0 | 0.49 | 0.75 | 146.9 | 0.81 | 0.14 |
| Hex | 7 | 41 | 21 | 59 | 0 | 31 | 4B | 93 | 51 | E |
| Octal | 7 | 101 | 41 | 131 | 0 | 61 | 113 | 223 | 121 | 16 |
| Binary | 111 | 1000001 | 100001 | 1011001 | 0 | 110001 | 1001011 | 10010011 | 1010001 | 1110 |
Color Harmonies of #074121
Complementary color
Monochromatic Colors of #074121
Black with #074121
Text Example
Text Example
White with #074121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074121; }
p { color: rgb(7,65,33); }
H1.HeaderClassName
{
color: #074121;
}
.AnyTagClassName
{
color: #074121;
}
</style>
background-color css
<style>
a { background-color: #074121; }
a { background-color: rgb(7,65,33); }
div.DivClassName
{
background-color: #074121;
}
.BgClassName
{
background-color: #074121;
}
</style>
border-color css
<style>
span { border-color: #074121; }
span { border-color: rgb(7,65,33); }
td.TdClassName
{
border-color: #074121;
}
.TagClassName
{
border-color: #074121;
}
</style>