Shades of British Racing Green #074127
Tints of British Racing Green #074127
RGB
CMYK
RGB Variations
Color information
#074127 (or 0x074127) is known color: British Racing Green. HEX triplet: 07, 41 and 27. RGB value is (7,65,39). Sum of RGB (Red+Green+Blue) = 7+65+39=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 65 (25.78% from 255 or 58.56% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 65 - color contains mainly: green. Hex color #074127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074127 is #F8BED8. Grayscale: #2C2C2C. Windows color (decimal): -16301785 or 2572551. OLE color: 2572551.
HSL color Cylindrical-coordinate representation of color #074127: hue angle of 153.1º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074127 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 39 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.75 |
| HSL | 153.1º | 0.81% | 0.14% | - |
| HSV(B) | 153.1º | 0.89% | 0.25% | - |
| XYZ | 2.34 | 3.97 | 2.56 | - |
| YUV | 44.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 39 | 0.89 | 0 | 0.40 | 0.75 | 153.1 | 0.81 | 0.14 |
| Hex | 7 | 41 | 27 | 59 | 0 | 28 | 4B | 99 | 51 | E |
| Octal | 7 | 101 | 47 | 131 | 0 | 50 | 113 | 231 | 121 | 16 |
| Binary | 111 | 1000001 | 100111 | 1011001 | 0 | 101000 | 1001011 | 10011001 | 1010001 | 1110 |
Color Harmonies of #074127
Complementary color
Monochromatic Colors of #074127
Black with #074127
Text Example
Text Example
White with #074127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074127; }
p { color: rgb(7,65,39); }
H1.HeaderClassName
{
color: #074127;
}
.AnyTagClassName
{
color: #074127;
}
</style>
background-color css
<style>
a { background-color: #074127; }
a { background-color: rgb(7,65,39); }
div.DivClassName
{
background-color: #074127;
}
.BgClassName
{
background-color: #074127;
}
</style>
border-color css
<style>
span { border-color: #074127; }
span { border-color: rgb(7,65,39); }
td.TdClassName
{
border-color: #074127;
}
.TagClassName
{
border-color: #074127;
}
</style>