Shades of British Racing Green #065130
Tints of British Racing Green #065130
RGB
CMYK
RGB Variations
Color information
#065130 (or 0x065130) is known color: British Racing Green. HEX triplet: 06, 51 and 30. RGB value is (6,81,48). Sum of RGB (Red+Green+Blue) = 6+81+48=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #065130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065130 is #F9AECF. Grayscale: #363636. Windows color (decimal): -16363216 or 3166470. OLE color: 3166470.
HSL color Cylindrical-coordinate representation of color #065130: hue angle of 153.6º 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 #065130 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 81 | 48 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.68 |
| HSL | 153.6º | 0.86% | 0.17% | - |
| HSV(B) | 153.6º | 0.93% | 0.32% | - |
| XYZ | 3.55 | 6.14 | 3.79 | - |
| YUV | 54.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 81 | 48 | 0.93 | 0 | 0.41 | 0.68 | 153.6 | 0.86 | 0.17 |
| Hex | 6 | 51 | 30 | 5D | 0 | 29 | 44 | 9A | 56 | 11 |
| Octal | 6 | 121 | 60 | 135 | 0 | 51 | 104 | 232 | 126 | 21 |
| Binary | 110 | 1010001 | 110000 | 1011101 | 0 | 101001 | 1000100 | 10011010 | 1010110 | 10001 |
Color Harmonies of #065130
Complementary color
Monochromatic Colors of #065130
Black with #065130
Text Example
Text Example
White with #065130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065130; }
p { color: rgb(6,81,48); }
H1.HeaderClassName
{
color: #065130;
}
.AnyTagClassName
{
color: #065130;
}
</style>
background-color css
<style>
a { background-color: #065130; }
a { background-color: rgb(6,81,48); }
div.DivClassName
{
background-color: #065130;
}
.BgClassName
{
background-color: #065130;
}
</style>
border-color css
<style>
span { border-color: #065130; }
span { border-color: rgb(6,81,48); }
td.TdClassName
{
border-color: #065130;
}
.TagClassName
{
border-color: #065130;
}
</style>