Shades of Deep Fir #073B10
Tints of Deep Fir #073B10
RGB
CMYK
RGB Variations
Color information
#073B10 (or 0x073B10) is known color: Deep Fir. HEX triplet: 07, 3B and 10. RGB value is (7,59,16). Sum of RGB (Red+Green+Blue) = 7+59+16=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #073B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073B10 is #F8C4EF. Grayscale: #262626. Windows color (decimal): -16303344 or 1063687. OLE color: 1063687.
HSL color Cylindrical-coordinate representation of color #073B10: hue angle of 130.38º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073B10 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 59 | 16 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.77 |
| HSL | 130.38º | 0.79% | 0.13% | - |
| HSV(B) | 130.38º | 0.88% | 0.23% | - |
| XYZ | 1.75 | 3.21 | 1.02 | - |
| YUV | 38.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 16 | 0.88 | 0 | 0.73 | 0.77 | 130.38 | 0.79 | 0.13 |
| Hex | 7 | 3B | 10 | 58 | 0 | 49 | 4D | 82 | 4F | D |
| Octal | 7 | 73 | 20 | 130 | 0 | 111 | 115 | 202 | 117 | 15 |
| Binary | 111 | 111011 | 10000 | 1011000 | 0 | 1001001 | 1001101 | 10000010 | 1001111 | 1101 |
Color Harmonies of #073B10
Complementary color
Monochromatic Colors of #073B10
Black with #073B10
Text Example
Text Example
White with #073B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B10; }
p { color: rgb(7,59,16); }
H1.HeaderClassName
{
color: #073B10;
}
.AnyTagClassName
{
color: #073B10;
}
</style>
background-color css
<style>
a { background-color: #073B10; }
a { background-color: rgb(7,59,16); }
div.DivClassName
{
background-color: #073B10;
}
.BgClassName
{
background-color: #073B10;
}
</style>
border-color css
<style>
span { border-color: #073B10; }
span { border-color: rgb(7,59,16); }
td.TdClassName
{
border-color: #073B10;
}
.TagClassName
{
border-color: #073B10;
}
</style>