Shades of British Racing Green #074C32
Tints of British Racing Green #074C32
RGB
CMYK
RGB Variations
Color information
#074C32 (or 0x074C32) is known color: British Racing Green. HEX triplet: 07, 4C and 32. RGB value is (7,76,50). Sum of RGB (Red+Green+Blue) = 7+76+50=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #074C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C32 is #F8B3CD. Grayscale: #343434. Windows color (decimal): -16298958 or 3296263. OLE color: 3296263.
HSL color Cylindrical-coordinate representation of color #074C32: hue angle of 157.39º 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 #074C32 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 50 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.70 |
| HSL | 157.39º | 0.83% | 0.16% | - |
| HSV(B) | 157.39º | 0.91% | 0.3% | - |
| XYZ | 3.25 | 5.44 | 3.9 | - |
| YUV | 52.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 50 | 0.91 | 0 | 0.34 | 0.70 | 157.39 | 0.83 | 0.16 |
| Hex | 7 | 4C | 32 | 5B | 0 | 22 | 46 | 9D | 53 | 10 |
| Octal | 7 | 114 | 62 | 133 | 0 | 42 | 106 | 235 | 123 | 20 |
| Binary | 111 | 1001100 | 110010 | 1011011 | 0 | 100010 | 1000110 | 10011101 | 1010011 | 10000 |
Color Harmonies of #074C32
Complementary color
Monochromatic Colors of #074C32
Black with #074C32
Text Example
Text Example
White with #074C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C32; }
p { color: rgb(7,76,50); }
H1.HeaderClassName
{
color: #074C32;
}
.AnyTagClassName
{
color: #074C32;
}
</style>
background-color css
<style>
a { background-color: #074C32; }
a { background-color: rgb(7,76,50); }
div.DivClassName
{
background-color: #074C32;
}
.BgClassName
{
background-color: #074C32;
}
</style>
border-color css
<style>
span { border-color: #074C32; }
span { border-color: rgb(7,76,50); }
td.TdClassName
{
border-color: #074C32;
}
.TagClassName
{
border-color: #074C32;
}
</style>