Shades of British Racing Green #065120
Tints of British Racing Green #065120
RGB
CMYK
RGB Variations
Color information
#065120 (or 0x065120) is known color: British Racing Green. HEX triplet: 06, 51 and 20. RGB value is (6,81,32). Sum of RGB (Red+Green+Blue) = 6+81+32=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 81 (32.03% from 255 or 68.07% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 81 - color contains mainly: green. Hex color #065120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065120 is #F9AEDF. Grayscale: #353535. Windows color (decimal): -16363232 or 2117894. OLE color: 2117894.
HSL color Cylindrical-coordinate representation of color #065120: hue angle of 140.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 #065120 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 32 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.68 |
| HSL | 140.8º | 0.86% | 0.17% | - |
| HSV(B) | 140.8º | 0.93% | 0.32% | - |
| XYZ | 3.28 | 6.03 | 2.36 | - |
| YUV | 52.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 32 | 0.93 | 0 | 0.60 | 0.68 | 140.8 | 0.86 | 0.17 |
| Hex | 6 | 51 | 20 | 5D | 0 | 3C | 44 | 8D | 56 | 11 |
| Octal | 6 | 121 | 40 | 135 | 0 | 74 | 104 | 215 | 126 | 21 |
| Binary | 110 | 1010001 | 100000 | 1011101 | 0 | 111100 | 1000100 | 10001101 | 1010110 | 10001 |
Color Harmonies of #065120
Complementary color
Monochromatic Colors of #065120
Black with #065120
Text Example
Text Example
White with #065120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065120; }
p { color: rgb(6,81,32); }
H1.HeaderClassName
{
color: #065120;
}
.AnyTagClassName
{
color: #065120;
}
</style>
background-color css
<style>
a { background-color: #065120; }
a { background-color: rgb(6,81,32); }
div.DivClassName
{
background-color: #065120;
}
.BgClassName
{
background-color: #065120;
}
</style>
border-color css
<style>
span { border-color: #065120; }
span { border-color: rgb(6,81,32); }
td.TdClassName
{
border-color: #065120;
}
.TagClassName
{
border-color: #065120;
}
</style>