Shades of British Racing Green #065128
Tints of British Racing Green #065128
RGB
CMYK
RGB Variations
Color information
#065128 (or 0x065128) is known color: British Racing Green. HEX triplet: 06, 51 and 28. RGB value is (6,81,40). Sum of RGB (Red+Green+Blue) = 6+81+40=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 81 (32.03% from 255 or 63.78% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 81 - color contains mainly: green. Hex color #065128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065128 is #F9AED7. Grayscale: #353535. Windows color (decimal): -16363224 or 2642182. OLE color: 2642182.
HSL color Cylindrical-coordinate representation of color #065128: hue angle of 147.2º 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 #065128 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 40 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.68 |
| HSL | 147.2º | 0.86% | 0.17% | - |
| HSV(B) | 147.2º | 0.93% | 0.32% | - |
| XYZ | 3.4 | 6.08 | 3 | - |
| YUV | 53.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 40 | 0.93 | 0 | 0.51 | 0.68 | 147.2 | 0.86 | 0.17 |
| Hex | 6 | 51 | 28 | 5D | 0 | 33 | 44 | 93 | 56 | 11 |
| Octal | 6 | 121 | 50 | 135 | 0 | 63 | 104 | 223 | 126 | 21 |
| Binary | 110 | 1010001 | 101000 | 1011101 | 0 | 110011 | 1000100 | 10010011 | 1010110 | 10001 |
Color Harmonies of #065128
Complementary color
Monochromatic Colors of #065128
Black with #065128
Text Example
Text Example
White with #065128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065128; }
p { color: rgb(6,81,40); }
H1.HeaderClassName
{
color: #065128;
}
.AnyTagClassName
{
color: #065128;
}
</style>
background-color css
<style>
a { background-color: #065128; }
a { background-color: rgb(6,81,40); }
div.DivClassName
{
background-color: #065128;
}
.BgClassName
{
background-color: #065128;
}
</style>
border-color css
<style>
span { border-color: #065128; }
span { border-color: rgb(6,81,40); }
td.TdClassName
{
border-color: #065128;
}
.TagClassName
{
border-color: #065128;
}
</style>