Shades of British Racing Green #074E32
Tints of British Racing Green #074E32
RGB
CMYK
RGB Variations
Color information
#074E32 (or 0x074E32) is known color: British Racing Green. HEX triplet: 07, 4E and 32. RGB value is (7,78,50). Sum of RGB (Red+Green+Blue) = 7+78+50=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #074E32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E32 is #F8B1CD. Grayscale: #353535. Windows color (decimal): -16298446 or 3296775. OLE color: 3296775.
HSL color Cylindrical-coordinate representation of color #074E32: hue angle of 156.34º 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 #074E32 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 50 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.69 |
| HSL | 156.34º | 0.84% | 0.17% | - |
| HSV(B) | 156.34º | 0.91% | 0.31% | - |
| XYZ | 3.39 | 5.72 | 3.94 | - |
| YUV | 53.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 50 | 0.91 | 0 | 0.36 | 0.69 | 156.34 | 0.84 | 0.17 |
| Hex | 7 | 4E | 32 | 5B | 0 | 24 | 45 | 9C | 54 | 11 |
| Octal | 7 | 116 | 62 | 133 | 0 | 44 | 105 | 234 | 124 | 21 |
| Binary | 111 | 1001110 | 110010 | 1011011 | 0 | 100100 | 1000101 | 10011100 | 1010100 | 10001 |
Color Harmonies of #074E32
Complementary color
Monochromatic Colors of #074E32
Black with #074E32
Text Example
Text Example
White with #074E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E32; }
p { color: rgb(7,78,50); }
H1.HeaderClassName
{
color: #074E32;
}
.AnyTagClassName
{
color: #074E32;
}
</style>
background-color css
<style>
a { background-color: #074E32; }
a { background-color: rgb(7,78,50); }
div.DivClassName
{
background-color: #074E32;
}
.BgClassName
{
background-color: #074E32;
}
</style>
border-color css
<style>
span { border-color: #074E32; }
span { border-color: rgb(7,78,50); }
td.TdClassName
{
border-color: #074E32;
}
.TagClassName
{
border-color: #074E32;
}
</style>