Shades of British Racing Green #074722
Tints of British Racing Green #074722
RGB
CMYK
RGB Variations
Color information
#074722 (or 0x074722) is known color: British Racing Green. HEX triplet: 07, 47 and 22. RGB value is (7,71,34). Sum of RGB (Red+Green+Blue) = 7+71+34=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #074722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074722 is #F8B8DD. Grayscale: #2F2F2F. Windows color (decimal): -16300254 or 2246407. OLE color: 2246407.
HSL color Cylindrical-coordinate representation of color #074722: hue angle of 145.31º 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 #074722 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 34 | - |
| CMYK | 0.90 | 0 | 0.52 | 0.72 |
| HSL | 145.31º | 0.82% | 0.15% | - |
| HSV(B) | 145.31º | 0.9% | 0.28% | - |
| XYZ | 2.63 | 4.67 | 2.28 | - |
| YUV | 47.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 34 | 0.90 | 0 | 0.52 | 0.72 | 145.31 | 0.82 | 0.15 |
| Hex | 7 | 47 | 22 | 5A | 0 | 34 | 48 | 91 | 52 | F |
| Octal | 7 | 107 | 42 | 132 | 0 | 64 | 110 | 221 | 122 | 17 |
| Binary | 111 | 1000111 | 100010 | 1011010 | 0 | 110100 | 1001000 | 10010001 | 1010010 | 1111 |
Color Harmonies of #074722
Complementary color
Monochromatic Colors of #074722
Black with #074722
Text Example
Text Example
White with #074722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074722; }
p { color: rgb(7,71,34); }
H1.HeaderClassName
{
color: #074722;
}
.AnyTagClassName
{
color: #074722;
}
</style>
background-color css
<style>
a { background-color: #074722; }
a { background-color: rgb(7,71,34); }
div.DivClassName
{
background-color: #074722;
}
.BgClassName
{
background-color: #074722;
}
</style>
border-color css
<style>
span { border-color: #074722; }
span { border-color: rgb(7,71,34); }
td.TdClassName
{
border-color: #074722;
}
.TagClassName
{
border-color: #074722;
}
</style>