Shades of British Racing Green #063F25
Tints of British Racing Green #063F25
RGB
CMYK
RGB Variations
Color information
#063F25 (or 0x063F25) is known color: British Racing Green. HEX triplet: 06, 3F and 25. RGB value is (6,63,37). Sum of RGB (Red+Green+Blue) = 6+63+37=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #063F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F25 is #F9C0DA. Grayscale: #2B2B2B. Windows color (decimal): -16367835 or 2440966. OLE color: 2440966.
HSL color Cylindrical-coordinate representation of color #063F25: hue angle of 152.63º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063F25 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 63 | 37 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.75 |
| HSL | 152.63º | 0.83% | 0.14% | - |
| HSV(B) | 152.63º | 0.9% | 0.25% | - |
| XYZ | 2.19 | 3.73 | 2.35 | - |
| YUV | 42.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 63 | 37 | 0.90 | 0 | 0.41 | 0.75 | 152.63 | 0.83 | 0.14 |
| Hex | 6 | 3F | 25 | 5A | 0 | 29 | 4B | 99 | 53 | E |
| Octal | 6 | 77 | 45 | 132 | 0 | 51 | 113 | 231 | 123 | 16 |
| Binary | 110 | 111111 | 100101 | 1011010 | 0 | 101001 | 1001011 | 10011001 | 1010011 | 1110 |
Color Harmonies of #063F25
Complementary color
Monochromatic Colors of #063F25
Black with #063F25
Text Example
Text Example
White with #063F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063F25; }
p { color: rgb(6,63,37); }
H1.HeaderClassName
{
color: #063F25;
}
.AnyTagClassName
{
color: #063F25;
}
</style>
background-color css
<style>
a { background-color: #063F25; }
a { background-color: rgb(6,63,37); }
div.DivClassName
{
background-color: #063F25;
}
.BgClassName
{
background-color: #063F25;
}
</style>
border-color css
<style>
span { border-color: #063F25; }
span { border-color: rgb(6,63,37); }
td.TdClassName
{
border-color: #063F25;
}
.TagClassName
{
border-color: #063F25;
}
</style>