Shades of British Racing Green #005616
Tints of British Racing Green #005616
RGB
CMYK
RGB Variations
Color information
#005616 (or 0x005616) is known color: British Racing Green. HEX triplet: 00, 56 and 16. RGB value is (0,86,22). Sum of RGB (Red+Green+Blue) = 0+86+22=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 86 (33.98% from 255 or 79.63% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 86 - color contains mainly: green. Hex color #005616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005616 is #FFA9E9. Grayscale: #353535. Windows color (decimal): -16755178 or 1463808. OLE color: 1463808.
HSL color Cylindrical-coordinate representation of color #005616: hue angle of 135.35º 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 #005616 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 86 | 22 | - |
| CMYK | 1 | 0 | 0.74 | 0.66 |
| HSL | 135.35º | 1% | 0.17% | - |
| HSV(B) | 135.35º | 1% | 0.34% | - |
| XYZ | 3.47 | 6.71 | 1.87 | - |
| YUV | 52.99 | 110.51 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 22 | 1 | 0 | 0.74 | 0.66 | 135.35 | 1 | 0.17 |
| Hex | 0 | 56 | 16 | 64 | 0 | 4A | 42 | 87 | 64 | 11 |
| Octal | 0 | 126 | 26 | 144 | 0 | 112 | 102 | 207 | 144 | 21 |
| Binary | 0 | 1010110 | 10110 | 1100100 | 0 | 1001010 | 1000010 | 10000111 | 1100100 | 10001 |
Color Harmonies of #005616
Complementary color
Monochromatic Colors of #005616
Black with #005616
Text Example
Text Example
White with #005616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005616; }
p { color: rgb(0,86,22); }
H1.HeaderClassName
{
color: #005616;
}
.AnyTagClassName
{
color: #005616;
}
</style>
background-color css
<style>
a { background-color: #005616; }
a { background-color: rgb(0,86,22); }
div.DivClassName
{
background-color: #005616;
}
.BgClassName
{
background-color: #005616;
}
</style>
border-color css
<style>
span { border-color: #005616; }
span { border-color: rgb(0,86,22); }
td.TdClassName
{
border-color: #005616;
}
.TagClassName
{
border-color: #005616;
}
</style>