Shades of British Racing Green #074D1A
Tints of British Racing Green #074D1A
RGB
CMYK
RGB Variations
Color information
#074D1A (or 0x074D1A) is known color: British Racing Green. HEX triplet: 07, 4D and 1A. RGB value is (7,77,26). Sum of RGB (Red+Green+Blue) = 7+77+26=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #074D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074D1A is #F8B2E5. Grayscale: #323232. Windows color (decimal): -16298726 or 1723655. OLE color: 1723655.
HSL color Cylindrical-coordinate representation of color #074D1A: hue angle of 136.29º 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 #074D1A is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 26 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.70 |
| HSL | 136.29º | 0.83% | 0.16% | - |
| HSV(B) | 136.29º | 0.91% | 0.3% | - |
| XYZ | 2.93 | 5.43 | 1.87 | - |
| YUV | 50.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 26 | 0.91 | 0 | 0.66 | 0.70 | 136.29 | 0.83 | 0.16 |
| Hex | 7 | 4D | 1A | 5B | 0 | 42 | 46 | 88 | 53 | 10 |
| Octal | 7 | 115 | 32 | 133 | 0 | 102 | 106 | 210 | 123 | 20 |
| Binary | 111 | 1001101 | 11010 | 1011011 | 0 | 1000010 | 1000110 | 10001000 | 1010011 | 10000 |
Color Harmonies of #074D1A
Complementary color
Monochromatic Colors of #074D1A
Black with #074D1A
Text Example
Text Example
White with #074D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D1A; }
p { color: rgb(7,77,26); }
H1.HeaderClassName
{
color: #074D1A;
}
.AnyTagClassName
{
color: #074D1A;
}
</style>
background-color css
<style>
a { background-color: #074D1A; }
a { background-color: rgb(7,77,26); }
div.DivClassName
{
background-color: #074D1A;
}
.BgClassName
{
background-color: #074D1A;
}
</style>
border-color css
<style>
span { border-color: #074D1A; }
span { border-color: rgb(7,77,26); }
td.TdClassName
{
border-color: #074D1A;
}
.TagClassName
{
border-color: #074D1A;
}
</style>