Shades of British Racing Green #074B1B
Tints of British Racing Green #074B1B
RGB
CMYK
RGB Variations
Color information
#074B1B (or 0x074B1B) is known color: British Racing Green. HEX triplet: 07, 4B and 1B. RGB value is (7,75,27). Sum of RGB (Red+Green+Blue) = 7+75+27=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 75 (29.69% from 255 or 68.81% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 75 - color contains mainly: green. Hex color #074B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074B1B is #F8B4E4. Grayscale: #313131. Windows color (decimal): -16299237 or 1788679. OLE color: 1788679.
HSL color Cylindrical-coordinate representation of color #074B1B: hue angle of 137.65º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074B1B is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 75 | 27 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.71 |
| HSL | 137.65º | 0.83% | 0.16% | - |
| HSV(B) | 137.65º | 0.91% | 0.29% | - |
| XYZ | 2.8 | 5.16 | 1.88 | - |
| YUV | 49.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 75 | 27 | 0.91 | 0 | 0.64 | 0.71 | 137.65 | 0.83 | 0.16 |
| Hex | 7 | 4B | 1B | 5B | 0 | 40 | 47 | 8A | 53 | 10 |
| Octal | 7 | 113 | 33 | 133 | 0 | 100 | 107 | 212 | 123 | 20 |
| Binary | 111 | 1001011 | 11011 | 1011011 | 0 | 1000000 | 1000111 | 10001010 | 1010011 | 10000 |
Color Harmonies of #074B1B
Complementary color
Monochromatic Colors of #074B1B
Black with #074B1B
Text Example
Text Example
White with #074B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074B1B; }
p { color: rgb(7,75,27); }
H1.HeaderClassName
{
color: #074B1B;
}
.AnyTagClassName
{
color: #074B1B;
}
</style>
background-color css
<style>
a { background-color: #074B1B; }
a { background-color: rgb(7,75,27); }
div.DivClassName
{
background-color: #074B1B;
}
.BgClassName
{
background-color: #074B1B;
}
</style>
border-color css
<style>
span { border-color: #074B1B; }
span { border-color: rgb(7,75,27); }
td.TdClassName
{
border-color: #074B1B;
}
.TagClassName
{
border-color: #074B1B;
}
</style>