Shades of British Racing Green #074D22
Tints of British Racing Green #074D22
RGB
CMYK
RGB Variations
Color information
#074D22 (or 0x074D22) is known color: British Racing Green. HEX triplet: 07, 4D and 22. RGB value is (7,77,34). Sum of RGB (Red+Green+Blue) = 7+77+34=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 77 (30.47% from 255 or 65.25% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 77 - color contains mainly: green. Hex color #074D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D22 is #F8B2DD. Grayscale: #333333. Windows color (decimal): -16298718 or 2247943. OLE color: 2247943.
HSL color Cylindrical-coordinate representation of color #074D22: hue angle of 143.14º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D22 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 34 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.70 |
| HSL | 143.14º | 0.83% | 0.16% | - |
| HSV(B) | 143.14º | 0.91% | 0.3% | - |
| XYZ | 3.03 | 5.47 | 2.41 | - |
| YUV | 51.17 | 118.31 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 34 | 0.91 | 0 | 0.56 | 0.70 | 143.14 | 0.83 | 0.16 |
| Hex | 7 | 4D | 22 | 5B | 0 | 38 | 46 | 8F | 53 | 10 |
| Octal | 7 | 115 | 42 | 133 | 0 | 70 | 106 | 217 | 123 | 20 |
| Binary | 111 | 1001101 | 100010 | 1011011 | 0 | 111000 | 1000110 | 10001111 | 1010011 | 10000 |
Color Harmonies of #074D22
Complementary color
Monochromatic Colors of #074D22
Black with #074D22
Text Example
Text Example
White with #074D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D22; }
p { color: rgb(7,77,34); }
H1.HeaderClassName
{
color: #074D22;
}
.AnyTagClassName
{
color: #074D22;
}
</style>
background-color css
<style>
a { background-color: #074D22; }
a { background-color: rgb(7,77,34); }
div.DivClassName
{
background-color: #074D22;
}
.BgClassName
{
background-color: #074D22;
}
</style>
border-color css
<style>
span { border-color: #074D22; }
span { border-color: rgb(7,77,34); }
td.TdClassName
{
border-color: #074D22;
}
.TagClassName
{
border-color: #074D22;
}
</style>