Shades of British Racing Green #065022
Tints of British Racing Green #065022
RGB
CMYK
RGB Variations
Color information
#065022 (or 0x065022) is known color: British Racing Green. HEX triplet: 06, 50 and 22. RGB value is (6,80,34). Sum of RGB (Red+Green+Blue) = 6+80+34=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #065022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065022 is #F9AFDD. Grayscale: #343434. Windows color (decimal): -16363486 or 2248710. OLE color: 2248710.
HSL color Cylindrical-coordinate representation of color #065022: hue angle of 142.7º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065022 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 34 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.69 |
| HSL | 142.7º | 0.86% | 0.17% | - |
| HSV(B) | 142.7º | 0.93% | 0.31% | - |
| XYZ | 3.23 | 5.89 | 2.48 | - |
| YUV | 52.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 34 | 0.92 | 0 | 0.58 | 0.69 | 142.7 | 0.86 | 0.17 |
| Hex | 6 | 50 | 22 | 5C | 0 | 3A | 45 | 8F | 56 | 11 |
| Octal | 6 | 120 | 42 | 134 | 0 | 72 | 105 | 217 | 126 | 21 |
| Binary | 110 | 1010000 | 100010 | 1011100 | 0 | 111010 | 1000101 | 10001111 | 1010110 | 10001 |
Color Harmonies of #065022
Complementary color
Monochromatic Colors of #065022
Black with #065022
Text Example
Text Example
White with #065022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065022; }
p { color: rgb(6,80,34); }
H1.HeaderClassName
{
color: #065022;
}
.AnyTagClassName
{
color: #065022;
}
</style>
background-color css
<style>
a { background-color: #065022; }
a { background-color: rgb(6,80,34); }
div.DivClassName
{
background-color: #065022;
}
.BgClassName
{
background-color: #065022;
}
</style>
border-color css
<style>
span { border-color: #065022; }
span { border-color: rgb(6,80,34); }
td.TdClassName
{
border-color: #065022;
}
.TagClassName
{
border-color: #065022;
}
</style>