Shades of British Racing Green #075031
Tints of British Racing Green #075031
RGB
CMYK
RGB Variations
Color information
#075031 (or 0x075031) is known color: British Racing Green. HEX triplet: 07, 50 and 31. RGB value is (7,80,49). Sum of RGB (Red+Green+Blue) = 7+80+49=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #075031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075031 is #F8AFCE. Grayscale: #363636. Windows color (decimal): -16297935 or 3231751. OLE color: 3231751.
HSL color Cylindrical-coordinate representation of color #075031: hue angle of 154.52º 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 #075031 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 80 | 49 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.69 |
| HSL | 154.52º | 0.84% | 0.17% | - |
| HSV(B) | 154.52º | 0.91% | 0.31% | - |
| XYZ | 3.51 | 6 | 3.88 | - |
| YUV | 54.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 49 | 0.91 | 0 | 0.39 | 0.69 | 154.52 | 0.84 | 0.17 |
| Hex | 7 | 50 | 31 | 5B | 0 | 27 | 45 | 9B | 54 | 11 |
| Octal | 7 | 120 | 61 | 133 | 0 | 47 | 105 | 233 | 124 | 21 |
| Binary | 111 | 1010000 | 110001 | 1011011 | 0 | 100111 | 1000101 | 10011011 | 1010100 | 10001 |
Color Harmonies of #075031
Complementary color
Monochromatic Colors of #075031
Black with #075031
Text Example
Text Example
White with #075031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075031; }
p { color: rgb(7,80,49); }
H1.HeaderClassName
{
color: #075031;
}
.AnyTagClassName
{
color: #075031;
}
</style>
background-color css
<style>
a { background-color: #075031; }
a { background-color: rgb(7,80,49); }
div.DivClassName
{
background-color: #075031;
}
.BgClassName
{
background-color: #075031;
}
</style>
border-color css
<style>
span { border-color: #075031; }
span { border-color: rgb(7,80,49); }
td.TdClassName
{
border-color: #075031;
}
.TagClassName
{
border-color: #075031;
}
</style>