Shades of British Racing Green #005716
Tints of British Racing Green #005716
RGB
CMYK
RGB Variations
Color information
#005716 (or 0x005716) is known color: British Racing Green. HEX triplet: 00, 57 and 16. RGB value is (0,87,22). Sum of RGB (Red+Green+Blue) = 0+87+22=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 87 (34.38% from 255 or 79.82% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 87 - color contains mainly: green. Hex color #005716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005716 is #FFA8E9. Grayscale: #353535. Windows color (decimal): -16754922 or 1464064. OLE color: 1464064.
HSL color Cylindrical-coordinate representation of color #005716: hue angle of 135.17º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005716 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 87 | 22 | - |
| CMYK | 1 | 0 | 0.75 | 0.66 |
| HSL | 135.17º | 1% | 0.17% | - |
| HSV(B) | 135.17º | 1% | 0.34% | - |
| XYZ | 3.55 | 6.87 | 1.9 | - |
| YUV | 53.58 | 110.18 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 22 | 1 | 0 | 0.75 | 0.66 | 135.17 | 1 | 0.17 |
| Hex | 0 | 57 | 16 | 64 | 0 | 4B | 42 | 87 | 64 | 11 |
| Octal | 0 | 127 | 26 | 144 | 0 | 113 | 102 | 207 | 144 | 21 |
| Binary | 0 | 1010111 | 10110 | 1100100 | 0 | 1001011 | 1000010 | 10000111 | 1100100 | 10001 |
Color Harmonies of #005716
Complementary color
Monochromatic Colors of #005716
Black with #005716
Text Example
Text Example
White with #005716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005716; }
p { color: rgb(0,87,22); }
H1.HeaderClassName
{
color: #005716;
}
.AnyTagClassName
{
color: #005716;
}
</style>
background-color css
<style>
a { background-color: #005716; }
a { background-color: rgb(0,87,22); }
div.DivClassName
{
background-color: #005716;
}
.BgClassName
{
background-color: #005716;
}
</style>
border-color css
<style>
span { border-color: #005716; }
span { border-color: rgb(0,87,22); }
td.TdClassName
{
border-color: #005716;
}
.TagClassName
{
border-color: #005716;
}
</style>