Shades of British Racing Green #06461B
Tints of British Racing Green #06461B
RGB
CMYK
RGB Variations
Color information
#06461B (or 0x06461B) is known color: British Racing Green. HEX triplet: 06, 46 and 1B. RGB value is (6,70,27). Sum of RGB (Red+Green+Blue) = 6+70+27=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #06461B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06461B is #F9B9E4. Grayscale: #2E2E2E. Windows color (decimal): -16366053 or 1787398. OLE color: 1787398.
HSL color Cylindrical-coordinate representation of color #06461B: hue angle of 139.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06461B is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 70 | 27 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.73 |
| HSL | 139.69º | 0.84% | 0.15% | - |
| HSV(B) | 139.69º | 0.91% | 0.27% | - |
| XYZ | 2.46 | 4.5 | 1.78 | - |
| YUV | 45.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 70 | 27 | 0.91 | 0 | 0.61 | 0.73 | 139.69 | 0.84 | 0.15 |
| Hex | 6 | 46 | 1B | 5B | 0 | 3D | 49 | 8C | 54 | F |
| Octal | 6 | 106 | 33 | 133 | 0 | 75 | 111 | 214 | 124 | 17 |
| Binary | 110 | 1000110 | 11011 | 1011011 | 0 | 111101 | 1001001 | 10001100 | 1010100 | 1111 |
Color Harmonies of #06461B
Complementary color
Monochromatic Colors of #06461B
Black with #06461B
Text Example
Text Example
White with #06461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06461B; }
p { color: rgb(6,70,27); }
H1.HeaderClassName
{
color: #06461B;
}
.AnyTagClassName
{
color: #06461B;
}
</style>
background-color css
<style>
a { background-color: #06461B; }
a { background-color: rgb(6,70,27); }
div.DivClassName
{
background-color: #06461B;
}
.BgClassName
{
background-color: #06461B;
}
</style>
border-color css
<style>
span { border-color: #06461B; }
span { border-color: rgb(6,70,27); }
td.TdClassName
{
border-color: #06461B;
}
.TagClassName
{
border-color: #06461B;
}
</style>