Shades of British Racing Green #064D1B
Tints of British Racing Green #064D1B
RGB
CMYK
RGB Variations
Color information
#064D1B (or 0x064D1B) is known color: British Racing Green. HEX triplet: 06, 4D and 1B. RGB value is (6,77,27). Sum of RGB (Red+Green+Blue) = 6+77+27=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #064D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064D1B is #F9B2E4. Grayscale: #323232. Windows color (decimal): -16364261 or 1789190. OLE color: 1789190.
HSL color Cylindrical-coordinate representation of color #064D1B: hue angle of 137.75º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064D1B is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 77 | 27 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.70 |
| HSL | 137.75º | 0.86% | 0.16% | - |
| HSV(B) | 137.75º | 0.92% | 0.3% | - |
| XYZ | 2.93 | 5.43 | 1.93 | - |
| YUV | 50.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 77 | 27 | 0.92 | 0 | 0.65 | 0.70 | 137.75 | 0.86 | 0.16 |
| Hex | 6 | 4D | 1B | 5C | 0 | 41 | 46 | 8A | 56 | 10 |
| Octal | 6 | 115 | 33 | 134 | 0 | 101 | 106 | 212 | 126 | 20 |
| Binary | 110 | 1001101 | 11011 | 1011100 | 0 | 1000001 | 1000110 | 10001010 | 1010110 | 10000 |
Color Harmonies of #064D1B
Complementary color
Monochromatic Colors of #064D1B
Black with #064D1B
Text Example
Text Example
White with #064D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064D1B; }
p { color: rgb(6,77,27); }
H1.HeaderClassName
{
color: #064D1B;
}
.AnyTagClassName
{
color: #064D1B;
}
</style>
background-color css
<style>
a { background-color: #064D1B; }
a { background-color: rgb(6,77,27); }
div.DivClassName
{
background-color: #064D1B;
}
.BgClassName
{
background-color: #064D1B;
}
</style>
border-color css
<style>
span { border-color: #064D1B; }
span { border-color: rgb(6,77,27); }
td.TdClassName
{
border-color: #064D1B;
}
.TagClassName
{
border-color: #064D1B;
}
</style>