Shades of British Racing Green #074820
Tints of British Racing Green #074820
RGB
CMYK
RGB Variations
Color information
#074820 (or 0x074820) is known color: British Racing Green. HEX triplet: 07, 48 and 20. RGB value is (7,72,32). Sum of RGB (Red+Green+Blue) = 7+72+32=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #074820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074820 is #F8B7DF. Grayscale: #303030. Windows color (decimal): -16300000 or 2115591. OLE color: 2115591.
HSL color Cylindrical-coordinate representation of color #074820: hue angle of 143.08º 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 #074820 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 72 | 32 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.72 |
| HSL | 143.08º | 0.82% | 0.15% | - |
| HSV(B) | 143.08º | 0.9% | 0.28% | - |
| XYZ | 2.67 | 4.78 | 2.15 | - |
| YUV | 48.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 32 | 0.90 | 0 | 0.56 | 0.72 | 143.08 | 0.82 | 0.15 |
| Hex | 7 | 48 | 20 | 5A | 0 | 38 | 48 | 8F | 52 | F |
| Octal | 7 | 110 | 40 | 132 | 0 | 70 | 110 | 217 | 122 | 17 |
| Binary | 111 | 1001000 | 100000 | 1011010 | 0 | 111000 | 1001000 | 10001111 | 1010010 | 1111 |
Color Harmonies of #074820
Complementary color
Monochromatic Colors of #074820
Black with #074820
Text Example
Text Example
White with #074820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074820; }
p { color: rgb(7,72,32); }
H1.HeaderClassName
{
color: #074820;
}
.AnyTagClassName
{
color: #074820;
}
</style>
background-color css
<style>
a { background-color: #074820; }
a { background-color: rgb(7,72,32); }
div.DivClassName
{
background-color: #074820;
}
.BgClassName
{
background-color: #074820;
}
</style>
border-color css
<style>
span { border-color: #074820; }
span { border-color: rgb(7,72,32); }
td.TdClassName
{
border-color: #074820;
}
.TagClassName
{
border-color: #074820;
}
</style>