Shades of British Racing Green #074733
Tints of British Racing Green #074733
RGB
CMYK
RGB Variations
Color information
#074733 (or 0x074733) is known color: British Racing Green. HEX triplet: 07, 47 and 33. RGB value is (7,71,51). Sum of RGB (Red+Green+Blue) = 7+71+51=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #074733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074733 is #F8B8CC. Grayscale: #313131. Windows color (decimal): -16300237 or 3360519. OLE color: 3360519.
HSL color Cylindrical-coordinate representation of color #074733: hue angle of 161.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074733 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 51 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.72 |
| HSL | 161.25º | 0.82% | 0.15% | - |
| HSV(B) | 161.25º | 0.9% | 0.28% | - |
| XYZ | 2.94 | 4.79 | 3.9 | - |
| YUV | 49.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 51 | 0.90 | 0 | 0.28 | 0.72 | 161.25 | 0.82 | 0.15 |
| Hex | 7 | 47 | 33 | 5A | 0 | 1C | 48 | A1 | 52 | F |
| Octal | 7 | 107 | 63 | 132 | 0 | 34 | 110 | 241 | 122 | 17 |
| Binary | 111 | 1000111 | 110011 | 1011010 | 0 | 11100 | 1001000 | 10100001 | 1010010 | 1111 |
Color Harmonies of #074733
Complementary color
Monochromatic Colors of #074733
Black with #074733
Text Example
Text Example
White with #074733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074733; }
p { color: rgb(7,71,51); }
H1.HeaderClassName
{
color: #074733;
}
.AnyTagClassName
{
color: #074733;
}
</style>
background-color css
<style>
a { background-color: #074733; }
a { background-color: rgb(7,71,51); }
div.DivClassName
{
background-color: #074733;
}
.BgClassName
{
background-color: #074733;
}
</style>
border-color css
<style>
span { border-color: #074733; }
span { border-color: rgb(7,71,51); }
td.TdClassName
{
border-color: #074733;
}
.TagClassName
{
border-color: #074733;
}
</style>