Shades of British Racing Green #064F24
Tints of British Racing Green #064F24
RGB
CMYK
RGB Variations
Color information
#064F24 (or 0x064F24) is known color: British Racing Green. HEX triplet: 06, 4F and 24. RGB value is (6,79,36). Sum of RGB (Red+Green+Blue) = 6+79+36=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 79 (31.25% from 255 or 65.29% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 79 - color contains mainly: green. Hex color #064F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F24 is #F9B0DB. Grayscale: #343434. Windows color (decimal): -16363740 or 2379526. OLE color: 2379526.
HSL color Cylindrical-coordinate representation of color #064F24: hue angle of 144.66º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064F24 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 79 | 36 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.69 |
| HSL | 144.66º | 0.86% | 0.17% | - |
| HSV(B) | 144.66º | 0.92% | 0.31% | - |
| XYZ | 3.19 | 5.76 | 2.61 | - |
| YUV | 52.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 79 | 36 | 0.92 | 0 | 0.54 | 0.69 | 144.66 | 0.86 | 0.17 |
| Hex | 6 | 4F | 24 | 5C | 0 | 36 | 45 | 91 | 56 | 11 |
| Octal | 6 | 117 | 44 | 134 | 0 | 66 | 105 | 221 | 126 | 21 |
| Binary | 110 | 1001111 | 100100 | 1011100 | 0 | 110110 | 1000101 | 10010001 | 1010110 | 10001 |
Color Harmonies of #064F24
Complementary color
Monochromatic Colors of #064F24
Black with #064F24
Text Example
Text Example
White with #064F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064F24; }
p { color: rgb(6,79,36); }
H1.HeaderClassName
{
color: #064F24;
}
.AnyTagClassName
{
color: #064F24;
}
</style>
background-color css
<style>
a { background-color: #064F24; }
a { background-color: rgb(6,79,36); }
div.DivClassName
{
background-color: #064F24;
}
.BgClassName
{
background-color: #064F24;
}
</style>
border-color css
<style>
span { border-color: #064F24; }
span { border-color: rgb(6,79,36); }
td.TdClassName
{
border-color: #064F24;
}
.TagClassName
{
border-color: #064F24;
}
</style>