Shades of British Racing Green #06512C
Tints of British Racing Green #06512C
RGB
CMYK
RGB Variations
Color information
#06512C (or 0x06512C) is known color: British Racing Green. HEX triplet: 06, 51 and 2C. RGB value is (6,81,44). Sum of RGB (Red+Green+Blue) = 6+81+44=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 81 (32.03% from 255 or 61.83% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 81 - color contains mainly: green. Hex color #06512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06512C is #F9AED3. Grayscale: #363636. Windows color (decimal): -16363220 or 2904326. OLE color: 2904326.
HSL color Cylindrical-coordinate representation of color #06512C: hue angle of 150.4º 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 #06512C is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 44 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.68 |
| HSL | 150.4º | 0.86% | 0.17% | - |
| HSV(B) | 150.4º | 0.93% | 0.32% | - |
| XYZ | 3.47 | 6.11 | 3.38 | - |
| YUV | 54.36 | 122.15 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 44 | 0.93 | 0 | 0.46 | 0.68 | 150.4 | 0.86 | 0.17 |
| Hex | 6 | 51 | 2C | 5D | 0 | 2E | 44 | 96 | 56 | 11 |
| Octal | 6 | 121 | 54 | 135 | 0 | 56 | 104 | 226 | 126 | 21 |
| Binary | 110 | 1010001 | 101100 | 1011101 | 0 | 101110 | 1000100 | 10010110 | 1010110 | 10001 |
Color Harmonies of #06512C
Complementary color
Monochromatic Colors of #06512C
Black with #06512C
Text Example
Text Example
White with #06512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06512C; }
p { color: rgb(6,81,44); }
H1.HeaderClassName
{
color: #06512C;
}
.AnyTagClassName
{
color: #06512C;
}
</style>
background-color css
<style>
a { background-color: #06512C; }
a { background-color: rgb(6,81,44); }
div.DivClassName
{
background-color: #06512C;
}
.BgClassName
{
background-color: #06512C;
}
</style>
border-color css
<style>
span { border-color: #06512C; }
span { border-color: rgb(6,81,44); }
td.TdClassName
{
border-color: #06512C;
}
.TagClassName
{
border-color: #06512C;
}
</style>