Shades of British Racing Green #064120
Tints of British Racing Green #064120
RGB
CMYK
RGB Variations
Color information
#064120 (or 0x064120) is known color: British Racing Green. HEX triplet: 06, 41 and 20. RGB value is (6,65,32). Sum of RGB (Red+Green+Blue) = 6+65+32=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #064120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064120 is #F9BEDF. Grayscale: #2B2B2B. Windows color (decimal): -16367328 or 2113798. OLE color: 2113798.
HSL color Cylindrical-coordinate representation of color #064120: hue angle of 146.44º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064120 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 32 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.75 |
| HSL | 146.44º | 0.83% | 0.14% | - |
| HSV(B) | 146.44º | 0.91% | 0.25% | - |
| XYZ | 2.23 | 3.92 | 2.01 | - |
| YUV | 43.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 32 | 0.91 | 0 | 0.51 | 0.75 | 146.44 | 0.83 | 0.14 |
| Hex | 6 | 41 | 20 | 5B | 0 | 33 | 4B | 92 | 53 | E |
| Octal | 6 | 101 | 40 | 133 | 0 | 63 | 113 | 222 | 123 | 16 |
| Binary | 110 | 1000001 | 100000 | 1011011 | 0 | 110011 | 1001011 | 10010010 | 1010011 | 1110 |
Color Harmonies of #064120
Complementary color
Monochromatic Colors of #064120
Black with #064120
Text Example
Text Example
White with #064120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064120; }
p { color: rgb(6,65,32); }
H1.HeaderClassName
{
color: #064120;
}
.AnyTagClassName
{
color: #064120;
}
</style>
background-color css
<style>
a { background-color: #064120; }
a { background-color: rgb(6,65,32); }
div.DivClassName
{
background-color: #064120;
}
.BgClassName
{
background-color: #064120;
}
</style>
border-color css
<style>
span { border-color: #064120; }
span { border-color: rgb(6,65,32); }
td.TdClassName
{
border-color: #064120;
}
.TagClassName
{
border-color: #064120;
}
</style>