Shades of British Racing Green #074423
Tints of British Racing Green #074423
RGB
CMYK
RGB Variations
Color information
#074423 (or 0x074423) is known color: British Racing Green. HEX triplet: 07, 44 and 23. RGB value is (7,68,35). Sum of RGB (Red+Green+Blue) = 7+68+35=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #074423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074423 is #F8BBDC. Grayscale: #2E2E2E. Windows color (decimal): -16301021 or 2311175. OLE color: 2311175.
HSL color Cylindrical-coordinate representation of color #074423: hue angle of 147.54º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074423 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 35 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.73 |
| HSL | 147.54º | 0.81% | 0.15% | - |
| HSV(B) | 147.54º | 0.9% | 0.27% | - |
| XYZ | 2.46 | 4.3 | 2.29 | - |
| YUV | 46 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 35 | 0.90 | 0 | 0.49 | 0.73 | 147.54 | 0.81 | 0.15 |
| Hex | 7 | 44 | 23 | 5A | 0 | 31 | 49 | 94 | 51 | F |
| Octal | 7 | 104 | 43 | 132 | 0 | 61 | 111 | 224 | 121 | 17 |
| Binary | 111 | 1000100 | 100011 | 1011010 | 0 | 110001 | 1001001 | 10010100 | 1010001 | 1111 |
Color Harmonies of #074423
Complementary color
Monochromatic Colors of #074423
Black with #074423
Text Example
Text Example
White with #074423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074423; }
p { color: rgb(7,68,35); }
H1.HeaderClassName
{
color: #074423;
}
.AnyTagClassName
{
color: #074423;
}
</style>
background-color css
<style>
a { background-color: #074423; }
a { background-color: rgb(7,68,35); }
div.DivClassName
{
background-color: #074423;
}
.BgClassName
{
background-color: #074423;
}
</style>
border-color css
<style>
span { border-color: #074423; }
span { border-color: rgb(7,68,35); }
td.TdClassName
{
border-color: #074423;
}
.TagClassName
{
border-color: #074423;
}
</style>