Shades of British Racing Green #074C34
Tints of British Racing Green #074C34
RGB
CMYK
RGB Variations
Color information
#074C34 (or 0x074C34) is known color: British Racing Green. HEX triplet: 07, 4C and 34. RGB value is (7,76,52). Sum of RGB (Red+Green+Blue) = 7+76+52=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #074C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C34 is #F8B3CB. Grayscale: #343434. Windows color (decimal): -16298956 or 3427335. OLE color: 3427335.
HSL color Cylindrical-coordinate representation of color #074C34: hue angle of 159.13º 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 #074C34 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 52 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.70 |
| HSL | 159.13º | 0.83% | 0.16% | - |
| HSV(B) | 159.13º | 0.91% | 0.3% | - |
| XYZ | 3.29 | 5.46 | 4.13 | - |
| YUV | 52.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 52 | 0.91 | 0 | 0.32 | 0.70 | 159.13 | 0.83 | 0.16 |
| Hex | 7 | 4C | 34 | 5B | 0 | 20 | 46 | 9F | 53 | 10 |
| Octal | 7 | 114 | 64 | 133 | 0 | 40 | 106 | 237 | 123 | 20 |
| Binary | 111 | 1001100 | 110100 | 1011011 | 0 | 100000 | 1000110 | 10011111 | 1010011 | 10000 |
Color Harmonies of #074C34
Complementary color
Monochromatic Colors of #074C34
Black with #074C34
Text Example
Text Example
White with #074C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C34; }
p { color: rgb(7,76,52); }
H1.HeaderClassName
{
color: #074C34;
}
.AnyTagClassName
{
color: #074C34;
}
</style>
background-color css
<style>
a { background-color: #074C34; }
a { background-color: rgb(7,76,52); }
div.DivClassName
{
background-color: #074C34;
}
.BgClassName
{
background-color: #074C34;
}
</style>
border-color css
<style>
span { border-color: #074C34; }
span { border-color: rgb(7,76,52); }
td.TdClassName
{
border-color: #074C34;
}
.TagClassName
{
border-color: #074C34;
}
</style>