Shades of British Racing Green #074E1B
Tints of British Racing Green #074E1B
RGB
CMYK
RGB Variations
Color information
#074E1B (or 0x074E1B) is known color: British Racing Green. HEX triplet: 07, 4E and 1B. RGB value is (7,78,27). Sum of RGB (Red+Green+Blue) = 7+78+27=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 78 (30.86% from 255 or 69.64% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 78 - color contains mainly: green. Hex color #074E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #074E1B is #F8B1E4. Grayscale: #333333. Windows color (decimal): -16298469 or 1789447. OLE color: 1789447.
HSL color Cylindrical-coordinate representation of color #074E1B: hue angle of 136.9º 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 #074E1B is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 27 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.69 |
| HSL | 136.9º | 0.84% | 0.17% | - |
| HSV(B) | 136.9º | 0.91% | 0.31% | - |
| XYZ | 3.01 | 5.57 | 1.95 | - |
| YUV | 50.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 27 | 0.91 | 0 | 0.65 | 0.69 | 136.9 | 0.84 | 0.17 |
| Hex | 7 | 4E | 1B | 5B | 0 | 41 | 45 | 89 | 54 | 11 |
| Octal | 7 | 116 | 33 | 133 | 0 | 101 | 105 | 211 | 124 | 21 |
| Binary | 111 | 1001110 | 11011 | 1011011 | 0 | 1000001 | 1000101 | 10001001 | 1010100 | 10001 |
Color Harmonies of #074E1B
Complementary color
Monochromatic Colors of #074E1B
Black with #074E1B
Text Example
Text Example
White with #074E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E1B; }
p { color: rgb(7,78,27); }
H1.HeaderClassName
{
color: #074E1B;
}
.AnyTagClassName
{
color: #074E1B;
}
</style>
background-color css
<style>
a { background-color: #074E1B; }
a { background-color: rgb(7,78,27); }
div.DivClassName
{
background-color: #074E1B;
}
.BgClassName
{
background-color: #074E1B;
}
</style>
border-color css
<style>
span { border-color: #074E1B; }
span { border-color: rgb(7,78,27); }
td.TdClassName
{
border-color: #074E1B;
}
.TagClassName
{
border-color: #074E1B;
}
</style>