Shades of British Racing Green #064C1B
Tints of British Racing Green #064C1B
RGB
CMYK
RGB Variations
Color information
#064C1B (or 0x064C1B) is known color: British Racing Green. HEX triplet: 06, 4C and 1B. RGB value is (6,76,27). Sum of RGB (Red+Green+Blue) = 6+76+27=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #064C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C1B is #F9B3E4. Grayscale: #313131. Windows color (decimal): -16364517 or 1788934. OLE color: 1788934.
HSL color Cylindrical-coordinate representation of color #064C1B: hue angle of 138º degrees, saturation: 0.85, 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 #064C1B is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 27 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.70 |
| HSL | 138º | 0.85% | 0.16% | - |
| HSV(B) | 138º | 0.92% | 0.3% | - |
| XYZ | 2.86 | 5.29 | 1.91 | - |
| YUV | 49.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 27 | 0.92 | 0 | 0.64 | 0.70 | 138 | 0.85 | 0.16 |
| Hex | 6 | 4C | 1B | 5C | 0 | 40 | 46 | 8A | 55 | 10 |
| Octal | 6 | 114 | 33 | 134 | 0 | 100 | 106 | 212 | 125 | 20 |
| Binary | 110 | 1001100 | 11011 | 1011100 | 0 | 1000000 | 1000110 | 10001010 | 1010101 | 10000 |
Color Harmonies of #064C1B
Complementary color
Monochromatic Colors of #064C1B
Black with #064C1B
Text Example
Text Example
White with #064C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C1B; }
p { color: rgb(6,76,27); }
H1.HeaderClassName
{
color: #064C1B;
}
.AnyTagClassName
{
color: #064C1B;
}
</style>
background-color css
<style>
a { background-color: #064C1B; }
a { background-color: rgb(6,76,27); }
div.DivClassName
{
background-color: #064C1B;
}
.BgClassName
{
background-color: #064C1B;
}
</style>
border-color css
<style>
span { border-color: #064C1B; }
span { border-color: rgb(6,76,27); }
td.TdClassName
{
border-color: #064C1B;
}
.TagClassName
{
border-color: #064C1B;
}
</style>