Shades of British Racing Green #07501D
Tints of British Racing Green #07501D
RGB
CMYK
RGB Variations
Color information
#07501D (or 0x07501D) is known color: British Racing Green. HEX triplet: 07, 50 and 1D. RGB value is (7,80,29). Sum of RGB (Red+Green+Blue) = 7+80+29=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #07501D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07501D is #F8AFE2. Grayscale: #343434. Windows color (decimal): -16297955 or 1921031. OLE color: 1921031.
HSL color Cylindrical-coordinate representation of color #07501D: hue angle of 138.08º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07501D is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 29 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.69 |
| HSL | 138.08º | 0.84% | 0.17% | - |
| HSV(B) | 138.08º | 0.91% | 0.31% | - |
| XYZ | 3.18 | 5.87 | 2.13 | - |
| YUV | 52.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 29 | 0.91 | 0 | 0.64 | 0.69 | 138.08 | 0.84 | 0.17 |
| Hex | 7 | 50 | 1D | 5B | 0 | 40 | 45 | 8A | 54 | 11 |
| Octal | 7 | 120 | 35 | 133 | 0 | 100 | 105 | 212 | 124 | 21 |
| Binary | 111 | 1010000 | 11101 | 1011011 | 0 | 1000000 | 1000101 | 10001010 | 1010100 | 10001 |
Color Harmonies of #07501D
Complementary color
Monochromatic Colors of #07501D
Black with #07501D
Text Example
Text Example
White with #07501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07501D; }
p { color: rgb(7,80,29); }
H1.HeaderClassName
{
color: #07501D;
}
.AnyTagClassName
{
color: #07501D;
}
</style>
background-color css
<style>
a { background-color: #07501D; }
a { background-color: rgb(7,80,29); }
div.DivClassName
{
background-color: #07501D;
}
.BgClassName
{
background-color: #07501D;
}
</style>
border-color css
<style>
span { border-color: #07501D; }
span { border-color: rgb(7,80,29); }
td.TdClassName
{
border-color: #07501D;
}
.TagClassName
{
border-color: #07501D;
}
</style>