Shades of British Racing Green #06481A
Tints of British Racing Green #06481A
RGB
CMYK
RGB Variations
Color information
#06481A (or 0x06481A) is known color: British Racing Green. HEX triplet: 06, 48 and 1A. RGB value is (6,72,26). Sum of RGB (Red+Green+Blue) = 6+72+26=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #06481A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06481A is #F9B7E5. Grayscale: #2F2F2F. Windows color (decimal): -16365542 or 1722374. OLE color: 1722374.
HSL color Cylindrical-coordinate representation of color #06481A: hue angle of 138.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06481A is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 72 | 26 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.72 |
| HSL | 138.18º | 0.85% | 0.15% | - |
| HSV(B) | 138.18º | 0.92% | 0.28% | - |
| XYZ | 2.58 | 4.75 | 1.76 | - |
| YUV | 47.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 72 | 26 | 0.92 | 0 | 0.64 | 0.72 | 138.18 | 0.85 | 0.15 |
| Hex | 6 | 48 | 1A | 5C | 0 | 40 | 48 | 8A | 55 | F |
| Octal | 6 | 110 | 32 | 134 | 0 | 100 | 110 | 212 | 125 | 17 |
| Binary | 110 | 1001000 | 11010 | 1011100 | 0 | 1000000 | 1001000 | 10001010 | 1010101 | 1111 |
Color Harmonies of #06481A
Complementary color
Monochromatic Colors of #06481A
Black with #06481A
Text Example
Text Example
White with #06481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06481A; }
p { color: rgb(6,72,26); }
H1.HeaderClassName
{
color: #06481A;
}
.AnyTagClassName
{
color: #06481A;
}
</style>
background-color css
<style>
a { background-color: #06481A; }
a { background-color: rgb(6,72,26); }
div.DivClassName
{
background-color: #06481A;
}
.BgClassName
{
background-color: #06481A;
}
</style>
border-color css
<style>
span { border-color: #06481A; }
span { border-color: rgb(6,72,26); }
td.TdClassName
{
border-color: #06481A;
}
.TagClassName
{
border-color: #06481A;
}
</style>