Shades of British Racing Green #074723
Tints of British Racing Green #074723
RGB
CMYK
RGB Variations
Color information
#074723 (or 0x074723) is known color: British Racing Green. HEX triplet: 07, 47 and 23. RGB value is (7,71,35). Sum of RGB (Red+Green+Blue) = 7+71+35=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #074723 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074723 is #F8B8DC. Grayscale: #2F2F2F. Windows color (decimal): -16300253 or 2311943. OLE color: 2311943.
HSL color Cylindrical-coordinate representation of color #074723: hue angle of 146.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 #074723 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 71 | 35 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.72 |
| HSL | 146.25º | 0.82% | 0.15% | - |
| HSV(B) | 146.25º | 0.9% | 0.28% | - |
| XYZ | 2.64 | 4.67 | 2.35 | - |
| YUV | 47.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 35 | 0.90 | 0 | 0.51 | 0.72 | 146.25 | 0.82 | 0.15 |
| Hex | 7 | 47 | 23 | 5A | 0 | 33 | 48 | 92 | 52 | F |
| Octal | 7 | 107 | 43 | 132 | 0 | 63 | 110 | 222 | 122 | 17 |
| Binary | 111 | 1000111 | 100011 | 1011010 | 0 | 110011 | 1001000 | 10010010 | 1010010 | 1111 |
Color Harmonies of #074723
Complementary color
Monochromatic Colors of #074723
Black with #074723
Text Example
Text Example
White with #074723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074723; }
p { color: rgb(7,71,35); }
H1.HeaderClassName
{
color: #074723;
}
.AnyTagClassName
{
color: #074723;
}
</style>
background-color css
<style>
a { background-color: #074723; }
a { background-color: rgb(7,71,35); }
div.DivClassName
{
background-color: #074723;
}
.BgClassName
{
background-color: #074723;
}
</style>
border-color css
<style>
span { border-color: #074723; }
span { border-color: rgb(7,71,35); }
td.TdClassName
{
border-color: #074723;
}
.TagClassName
{
border-color: #074723;
}
</style>