Shades of Deep Fir #07260F
Tints of Deep Fir #07260F
RGB
CMYK
RGB Variations
Color information
#07260F (or 0x07260F) is known color: Deep Fir. HEX triplet: 07, 26 and 0F. RGB value is (7,38,15). Sum of RGB (Red+Green+Blue) = 7+38+15=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #07260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07260F is #F8D9F0. Grayscale: #1A1A1A. Windows color (decimal): -16308721 or 992775. OLE color: 992775.
HSL color Cylindrical-coordinate representation of color #07260F: hue angle of 135.48º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07260F is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 38 | 15 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.85 |
| HSL | 135.48º | 0.69% | 0.09% | - |
| HSV(B) | 135.48º | 0.82% | 0.15% | - |
| XYZ | 0.87 | 1.47 | 0.69 | - |
| YUV | 26.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 15 | 0.82 | 0 | 0.61 | 0.85 | 135.48 | 0.69 | 0.09 |
| Hex | 7 | 26 | F | 52 | 0 | 3D | 55 | 87 | 45 | 9 |
| Octal | 7 | 46 | 17 | 122 | 0 | 75 | 125 | 207 | 105 | 11 |
| Binary | 111 | 100110 | 1111 | 1010010 | 0 | 111101 | 1010101 | 10000111 | 1000101 | 1001 |
Color Harmonies of #07260F
Complementary color
Monochromatic Colors of #07260F
Black with #07260F
Text Example
Text Example
White with #07260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07260F; }
p { color: rgb(7,38,15); }
H1.HeaderClassName
{
color: #07260F;
}
.AnyTagClassName
{
color: #07260F;
}
</style>
background-color css
<style>
a { background-color: #07260F; }
a { background-color: rgb(7,38,15); }
div.DivClassName
{
background-color: #07260F;
}
.BgClassName
{
background-color: #07260F;
}
</style>
border-color css
<style>
span { border-color: #07260F; }
span { border-color: rgb(7,38,15); }
td.TdClassName
{
border-color: #07260F;
}
.TagClassName
{
border-color: #07260F;
}
</style>