Shades of British Racing Green #064A20
Tints of British Racing Green #064A20
RGB
CMYK
RGB Variations
Color information
#064A20 (or 0x064A20) is known color: British Racing Green. HEX triplet: 06, 4A and 20. RGB value is (6,74,32). Sum of RGB (Red+Green+Blue) = 6+74+32=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 74 (29.30% from 255 or 66.07% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 74 - color contains mainly: green. Hex color #064A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A20 is #F9B5DF. Grayscale: #303030. Windows color (decimal): -16365024 or 2116102. OLE color: 2116102.
HSL color Cylindrical-coordinate representation of color #064A20: hue angle of 142.94º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A20 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 74 | 32 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.71 |
| HSL | 142.94º | 0.85% | 0.16% | - |
| HSV(B) | 142.94º | 0.92% | 0.29% | - |
| XYZ | 2.78 | 5.04 | 2.19 | - |
| YUV | 48.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 32 | 0.92 | 0 | 0.57 | 0.71 | 142.94 | 0.85 | 0.16 |
| Hex | 6 | 4A | 20 | 5C | 0 | 39 | 47 | 8F | 55 | 10 |
| Octal | 6 | 112 | 40 | 134 | 0 | 71 | 107 | 217 | 125 | 20 |
| Binary | 110 | 1001010 | 100000 | 1011100 | 0 | 111001 | 1000111 | 10001111 | 1010101 | 10000 |
Color Harmonies of #064A20
Complementary color
Monochromatic Colors of #064A20
Black with #064A20
Text Example
Text Example
White with #064A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A20; }
p { color: rgb(6,74,32); }
H1.HeaderClassName
{
color: #064A20;
}
.AnyTagClassName
{
color: #064A20;
}
</style>
background-color css
<style>
a { background-color: #064A20; }
a { background-color: rgb(6,74,32); }
div.DivClassName
{
background-color: #064A20;
}
.BgClassName
{
background-color: #064A20;
}
</style>
border-color css
<style>
span { border-color: #064A20; }
span { border-color: rgb(6,74,32); }
td.TdClassName
{
border-color: #064A20;
}
.TagClassName
{
border-color: #064A20;
}
</style>