Shades of Deep Fir #072510
Tints of Deep Fir #072510
RGB
CMYK
RGB Variations
Color information
#072510 (or 0x072510) is known color: Deep Fir. HEX triplet: 07, 25 and 10. RGB value is (7,37,16). Sum of RGB (Red+Green+Blue) = 7+37+16=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #072510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072510 is #F8DAEF. Grayscale: #191919. Windows color (decimal): -16308976 or 1058055. OLE color: 1058055.
HSL color Cylindrical-coordinate representation of color #072510: hue angle of 138º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #072510 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 37 | 16 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.85 |
| HSL | 138º | 0.68% | 0.09% | - |
| HSV(B) | 138º | 0.81% | 0.15% | - |
| XYZ | 0.84 | 1.41 | 0.72 | - |
| YUV | 25.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 16 | 0.81 | 0 | 0.57 | 0.85 | 138 | 0.68 | 0.09 |
| Hex | 7 | 25 | 10 | 51 | 0 | 39 | 55 | 8A | 44 | 9 |
| Octal | 7 | 45 | 20 | 121 | 0 | 71 | 125 | 212 | 104 | 11 |
| Binary | 111 | 100101 | 10000 | 1010001 | 0 | 111001 | 1010101 | 10001010 | 1000100 | 1001 |
Color Harmonies of #072510
Complementary color
Monochromatic Colors of #072510
Black with #072510
Text Example
Text Example
White with #072510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072510; }
p { color: rgb(7,37,16); }
H1.HeaderClassName
{
color: #072510;
}
.AnyTagClassName
{
color: #072510;
}
</style>
background-color css
<style>
a { background-color: #072510; }
a { background-color: rgb(7,37,16); }
div.DivClassName
{
background-color: #072510;
}
.BgClassName
{
background-color: #072510;
}
</style>
border-color css
<style>
span { border-color: #072510; }
span { border-color: rgb(7,37,16); }
td.TdClassName
{
border-color: #072510;
}
.TagClassName
{
border-color: #072510;
}
</style>