Shades of British Racing Green #074626
Tints of British Racing Green #074626
RGB
CMYK
RGB Variations
Color information
#074626 (or 0x074626) is known color: British Racing Green. HEX triplet: 07, 46 and 26. RGB value is (7,70,38). Sum of RGB (Red+Green+Blue) = 7+70+38=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #074626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074626 is #F8B9D9. Grayscale: #2F2F2F. Windows color (decimal): -16300506 or 2508295. OLE color: 2508295.
HSL color Cylindrical-coordinate representation of color #074626: hue angle of 149.52º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074626 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 70 | 38 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.73 |
| HSL | 149.52º | 0.82% | 0.15% | - |
| HSV(B) | 149.52º | 0.9% | 0.27% | - |
| XYZ | 2.63 | 4.57 | 2.58 | - |
| YUV | 47.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 70 | 38 | 0.90 | 0 | 0.46 | 0.73 | 149.52 | 0.82 | 0.15 |
| Hex | 7 | 46 | 26 | 5A | 0 | 2E | 49 | 96 | 52 | F |
| Octal | 7 | 106 | 46 | 132 | 0 | 56 | 111 | 226 | 122 | 17 |
| Binary | 111 | 1000110 | 100110 | 1011010 | 0 | 101110 | 1001001 | 10010110 | 1010010 | 1111 |
Color Harmonies of #074626
Complementary color
Monochromatic Colors of #074626
Black with #074626
Text Example
Text Example
White with #074626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074626; }
p { color: rgb(7,70,38); }
H1.HeaderClassName
{
color: #074626;
}
.AnyTagClassName
{
color: #074626;
}
</style>
background-color css
<style>
a { background-color: #074626; }
a { background-color: rgb(7,70,38); }
div.DivClassName
{
background-color: #074626;
}
.BgClassName
{
background-color: #074626;
}
</style>
border-color css
<style>
span { border-color: #074626; }
span { border-color: rgb(7,70,38); }
td.TdClassName
{
border-color: #074626;
}
.TagClassName
{
border-color: #074626;
}
</style>