Shades of British Racing Green #06511B
Tints of British Racing Green #06511B
RGB
CMYK
RGB Variations
Color information
#06511B (or 0x06511B) is known color: British Racing Green. HEX triplet: 06, 51 and 1B. RGB value is (6,81,27). Sum of RGB (Red+Green+Blue) = 6+81+27=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 81 (32.03% from 255 or 71.05% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 81 - color contains mainly: green. Hex color #06511B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06511B is #F9AEE4. Grayscale: #343434. Windows color (decimal): -16363237 or 1790214. OLE color: 1790214.
HSL color Cylindrical-coordinate representation of color #06511B: hue angle of 136.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06511B is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 27 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.68 |
| HSL | 136.8º | 0.86% | 0.17% | - |
| HSV(B) | 136.8º | 0.93% | 0.32% | - |
| XYZ | 3.22 | 6 | 2.03 | - |
| YUV | 52.42 | 113.65 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 27 | 0.93 | 0 | 0.67 | 0.68 | 136.8 | 0.86 | 0.17 |
| Hex | 6 | 51 | 1B | 5D | 0 | 43 | 44 | 89 | 56 | 11 |
| Octal | 6 | 121 | 33 | 135 | 0 | 103 | 104 | 211 | 126 | 21 |
| Binary | 110 | 1010001 | 11011 | 1011101 | 0 | 1000011 | 1000100 | 10001001 | 1010110 | 10001 |
Color Harmonies of #06511B
Complementary color
Monochromatic Colors of #06511B
Black with #06511B
Text Example
Text Example
White with #06511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06511B; }
p { color: rgb(6,81,27); }
H1.HeaderClassName
{
color: #06511B;
}
.AnyTagClassName
{
color: #06511B;
}
</style>
background-color css
<style>
a { background-color: #06511B; }
a { background-color: rgb(6,81,27); }
div.DivClassName
{
background-color: #06511B;
}
.BgClassName
{
background-color: #06511B;
}
</style>
border-color css
<style>
span { border-color: #06511B; }
span { border-color: rgb(6,81,27); }
td.TdClassName
{
border-color: #06511B;
}
.TagClassName
{
border-color: #06511B;
}
</style>