Shades of British Racing Green #065127
Tints of British Racing Green #065127
RGB
CMYK
RGB Variations
Color information
#065127 (or 0x065127) is known color: British Racing Green. HEX triplet: 06, 51 and 27. RGB value is (6,81,39). Sum of RGB (Red+Green+Blue) = 6+81+39=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #065127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065127 is #F9AED8. Grayscale: #353535. Windows color (decimal): -16363225 or 2576646. OLE color: 2576646.
HSL color Cylindrical-coordinate representation of color #065127: hue angle of 146.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 #065127 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 39 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.68 |
| HSL | 146.4º | 0.86% | 0.17% | - |
| HSV(B) | 146.4º | 0.93% | 0.32% | - |
| XYZ | 3.38 | 6.07 | 2.91 | - |
| YUV | 53.79 | 119.65 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 39 | 0.93 | 0 | 0.52 | 0.68 | 146.4 | 0.86 | 0.17 |
| Hex | 6 | 51 | 27 | 5D | 0 | 34 | 44 | 92 | 56 | 11 |
| Octal | 6 | 121 | 47 | 135 | 0 | 64 | 104 | 222 | 126 | 21 |
| Binary | 110 | 1010001 | 100111 | 1011101 | 0 | 110100 | 1000100 | 10010010 | 1010110 | 10001 |
Color Harmonies of #065127
Complementary color
Monochromatic Colors of #065127
Black with #065127
Text Example
Text Example
White with #065127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065127; }
p { color: rgb(6,81,39); }
H1.HeaderClassName
{
color: #065127;
}
.AnyTagClassName
{
color: #065127;
}
</style>
background-color css
<style>
a { background-color: #065127; }
a { background-color: rgb(6,81,39); }
div.DivClassName
{
background-color: #065127;
}
.BgClassName
{
background-color: #065127;
}
</style>
border-color css
<style>
span { border-color: #065127; }
span { border-color: rgb(6,81,39); }
td.TdClassName
{
border-color: #065127;
}
.TagClassName
{
border-color: #065127;
}
</style>