Shades of British Racing Green #064E24
Tints of British Racing Green #064E24
RGB
CMYK
RGB Variations
Color information
#064E24 (or 0x064E24) is known color: British Racing Green. HEX triplet: 06, 4E and 24. RGB value is (6,78,36). Sum of RGB (Red+Green+Blue) = 6+78+36=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #064E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E24 is #F9B1DB. Grayscale: #333333. Windows color (decimal): -16363996 or 2379270. OLE color: 2379270.
HSL color Cylindrical-coordinate representation of color #064E24: hue angle of 145º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E24 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 36 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.69 |
| HSL | 145º | 0.86% | 0.16% | - |
| HSV(B) | 145º | 0.92% | 0.31% | - |
| XYZ | 3.12 | 5.61 | 2.59 | - |
| YUV | 51.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 36 | 0.92 | 0 | 0.54 | 0.69 | 145 | 0.86 | 0.16 |
| Hex | 6 | 4E | 24 | 5C | 0 | 36 | 45 | 91 | 56 | 10 |
| Octal | 6 | 116 | 44 | 134 | 0 | 66 | 105 | 221 | 126 | 20 |
| Binary | 110 | 1001110 | 100100 | 1011100 | 0 | 110110 | 1000101 | 10010001 | 1010110 | 10000 |
Color Harmonies of #064E24
Complementary color
Monochromatic Colors of #064E24
Black with #064E24
Text Example
Text Example
White with #064E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E24; }
p { color: rgb(6,78,36); }
H1.HeaderClassName
{
color: #064E24;
}
.AnyTagClassName
{
color: #064E24;
}
</style>
background-color css
<style>
a { background-color: #064E24; }
a { background-color: rgb(6,78,36); }
div.DivClassName
{
background-color: #064E24;
}
.BgClassName
{
background-color: #064E24;
}
</style>
border-color css
<style>
span { border-color: #064E24; }
span { border-color: rgb(6,78,36); }
td.TdClassName
{
border-color: #064E24;
}
.TagClassName
{
border-color: #064E24;
}
</style>