Shades of British Racing Green #064E1A
Tints of British Racing Green #064E1A
RGB
CMYK
RGB Variations
Color information
#064E1A (or 0x064E1A) is known color: British Racing Green. HEX triplet: 06, 4E and 1A. RGB value is (6,78,26). Sum of RGB (Red+Green+Blue) = 6+78+26=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 78 (30.86% from 255 or 70.91% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 78 - color contains mainly: green. Hex color #064E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E1A is #F9B1E5. Grayscale: #323232. Windows color (decimal): -16364006 or 1723910. OLE color: 1723910.
HSL color Cylindrical-coordinate representation of color #064E1A: hue angle of 136.67º 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 #064E1A is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 26 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.69 |
| HSL | 136.67º | 0.86% | 0.16% | - |
| HSV(B) | 136.67º | 0.92% | 0.31% | - |
| XYZ | 2.99 | 5.56 | 1.89 | - |
| YUV | 50.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 26 | 0.92 | 0 | 0.67 | 0.69 | 136.67 | 0.86 | 0.16 |
| Hex | 6 | 4E | 1A | 5C | 0 | 43 | 45 | 89 | 56 | 10 |
| Octal | 6 | 116 | 32 | 134 | 0 | 103 | 105 | 211 | 126 | 20 |
| Binary | 110 | 1001110 | 11010 | 1011100 | 0 | 1000011 | 1000101 | 10001001 | 1010110 | 10000 |
Color Harmonies of #064E1A
Complementary color
Monochromatic Colors of #064E1A
Black with #064E1A
Text Example
Text Example
White with #064E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E1A; }
p { color: rgb(6,78,26); }
H1.HeaderClassName
{
color: #064E1A;
}
.AnyTagClassName
{
color: #064E1A;
}
</style>
background-color css
<style>
a { background-color: #064E1A; }
a { background-color: rgb(6,78,26); }
div.DivClassName
{
background-color: #064E1A;
}
.BgClassName
{
background-color: #064E1A;
}
</style>
border-color css
<style>
span { border-color: #064E1A; }
span { border-color: rgb(6,78,26); }
td.TdClassName
{
border-color: #064E1A;
}
.TagClassName
{
border-color: #064E1A;
}
</style>