Shades of British Racing Green #064E1F
Tints of British Racing Green #064E1F
RGB
CMYK
RGB Variations
Color information
#064E1F (or 0x064E1F) is known color: British Racing Green. HEX triplet: 06, 4E and 1F. RGB value is (6,78,31). Sum of RGB (Red+Green+Blue) = 6+78+31=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 78 (30.86% from 255 or 67.83% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 78 - color contains mainly: green. Hex color #064E1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E1F is #F9B1E0. Grayscale: #333333. Windows color (decimal): -16364001 or 2051590. OLE color: 2051590.
HSL color Cylindrical-coordinate representation of color #064E1F: hue angle of 140.83º 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 #064E1F is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 78 | 31 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.69 |
| HSL | 140.83º | 0.86% | 0.16% | - |
| HSV(B) | 140.83º | 0.92% | 0.31% | - |
| XYZ | 3.05 | 5.59 | 2.21 | - |
| YUV | 51.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 78 | 31 | 0.92 | 0 | 0.60 | 0.69 | 140.83 | 0.86 | 0.16 |
| Hex | 6 | 4E | 1F | 5C | 0 | 3C | 45 | 8D | 56 | 10 |
| Octal | 6 | 116 | 37 | 134 | 0 | 74 | 105 | 215 | 126 | 20 |
| Binary | 110 | 1001110 | 11111 | 1011100 | 0 | 111100 | 1000101 | 10001101 | 1010110 | 10000 |
Color Harmonies of #064E1F
Complementary color
Monochromatic Colors of #064E1F
Black with #064E1F
Text Example
Text Example
White with #064E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064E1F; }
p { color: rgb(6,78,31); }
H1.HeaderClassName
{
color: #064E1F;
}
.AnyTagClassName
{
color: #064E1F;
}
</style>
background-color css
<style>
a { background-color: #064E1F; }
a { background-color: rgb(6,78,31); }
div.DivClassName
{
background-color: #064E1F;
}
.BgClassName
{
background-color: #064E1F;
}
</style>
border-color css
<style>
span { border-color: #064E1F; }
span { border-color: rgb(6,78,31); }
td.TdClassName
{
border-color: #064E1F;
}
.TagClassName
{
border-color: #064E1F;
}
</style>