Shades of British Racing Green #064123
Tints of British Racing Green #064123
RGB
CMYK
RGB Variations
Color information
#064123 (or 0x064123) is known color: British Racing Green. HEX triplet: 06, 41 and 23. RGB value is (6,65,35). Sum of RGB (Red+Green+Blue) = 6+65+35=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #064123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064123 is #F9BEDC. Grayscale: #2C2C2C. Windows color (decimal): -16367325 or 2310406. OLE color: 2310406.
HSL color Cylindrical-coordinate representation of color #064123: hue angle of 149.49º 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 #064123 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 65 | 35 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.75 |
| HSL | 149.49º | 0.83% | 0.14% | - |
| HSV(B) | 149.49º | 0.91% | 0.25% | - |
| XYZ | 2.27 | 3.94 | 2.23 | - |
| YUV | 43.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 65 | 35 | 0.91 | 0 | 0.46 | 0.75 | 149.49 | 0.83 | 0.14 |
| Hex | 6 | 41 | 23 | 5B | 0 | 2E | 4B | 95 | 53 | E |
| Octal | 6 | 101 | 43 | 133 | 0 | 56 | 113 | 225 | 123 | 16 |
| Binary | 110 | 1000001 | 100011 | 1011011 | 0 | 101110 | 1001011 | 10010101 | 1010011 | 1110 |
Color Harmonies of #064123
Complementary color
Monochromatic Colors of #064123
Black with #064123
Text Example
Text Example
White with #064123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064123; }
p { color: rgb(6,65,35); }
H1.HeaderClassName
{
color: #064123;
}
.AnyTagClassName
{
color: #064123;
}
</style>
background-color css
<style>
a { background-color: #064123; }
a { background-color: rgb(6,65,35); }
div.DivClassName
{
background-color: #064123;
}
.BgClassName
{
background-color: #064123;
}
</style>
border-color css
<style>
span { border-color: #064123; }
span { border-color: rgb(6,65,35); }
td.TdClassName
{
border-color: #064123;
}
.TagClassName
{
border-color: #064123;
}
</style>