Shades of British Racing Green #074E34
Tints of British Racing Green #074E34
RGB
CMYK
RGB Variations
Color information
#074E34 (or 0x074E34) is known color: British Racing Green. HEX triplet: 07, 4E and 34. RGB value is (7,78,52). Sum of RGB (Red+Green+Blue) = 7+78+52=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #074E34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E34 is #F8B1CB. Grayscale: #353535. Windows color (decimal): -16298444 or 3427847. OLE color: 3427847.
HSL color Cylindrical-coordinate representation of color #074E34: hue angle of 158.03º 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 #074E34 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 52 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.69 |
| HSL | 158.03º | 0.84% | 0.17% | - |
| HSV(B) | 158.03º | 0.91% | 0.31% | - |
| XYZ | 3.43 | 5.74 | 4.18 | - |
| YUV | 53.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 52 | 0.91 | 0 | 0.33 | 0.69 | 158.03 | 0.84 | 0.17 |
| Hex | 7 | 4E | 34 | 5B | 0 | 21 | 45 | 9E | 54 | 11 |
| Octal | 7 | 116 | 64 | 133 | 0 | 41 | 105 | 236 | 124 | 21 |
| Binary | 111 | 1001110 | 110100 | 1011011 | 0 | 100001 | 1000101 | 10011110 | 1010100 | 10001 |
Color Harmonies of #074E34
Complementary color
Monochromatic Colors of #074E34
Black with #074E34
Text Example
Text Example
White with #074E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E34; }
p { color: rgb(7,78,52); }
H1.HeaderClassName
{
color: #074E34;
}
.AnyTagClassName
{
color: #074E34;
}
</style>
background-color css
<style>
a { background-color: #074E34; }
a { background-color: rgb(7,78,52); }
div.DivClassName
{
background-color: #074E34;
}
.BgClassName
{
background-color: #074E34;
}
</style>
border-color css
<style>
span { border-color: #074E34; }
span { border-color: rgb(7,78,52); }
td.TdClassName
{
border-color: #074E34;
}
.TagClassName
{
border-color: #074E34;
}
</style>