Shades of Deep Fir #085115
Tints of Deep Fir #085115
RGB
CMYK
RGB Variations
Color information
#085115 (or 0x085115) is known color: Deep Fir. HEX triplet: 08, 51 and 15. RGB value is (8,81,21). Sum of RGB (Red+Green+Blue) = 8+81+21=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 81 (32.03% from 255 or 73.64% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 81 - color contains mainly: green. Hex color #085115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085115 is #F7AEEA. Grayscale: #343434. Windows color (decimal): -16232171 or 1397000. OLE color: 1397000.
HSL color Cylindrical-coordinate representation of color #085115: hue angle of 130.68º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085115 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 81 | 21 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.68 |
| HSL | 130.68º | 0.82% | 0.17% | - |
| HSV(B) | 130.68º | 0.9% | 0.32% | - |
| XYZ | 3.18 | 5.99 | 1.7 | - |
| YUV | 52.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 81 | 21 | 0.90 | 0 | 0.74 | 0.68 | 130.68 | 0.82 | 0.17 |
| Hex | 8 | 51 | 15 | 5A | 0 | 4A | 44 | 83 | 52 | 11 |
| Octal | 10 | 121 | 25 | 132 | 0 | 112 | 104 | 203 | 122 | 21 |
| Binary | 1000 | 1010001 | 10101 | 1011010 | 0 | 1001010 | 1000100 | 10000011 | 1010010 | 10001 |
Color Harmonies of #085115
Complementary color
Monochromatic Colors of #085115
Black with #085115
Text Example
Text Example
White with #085115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085115; }
p { color: rgb(8,81,21); }
H1.HeaderClassName
{
color: #085115;
}
.AnyTagClassName
{
color: #085115;
}
</style>
background-color css
<style>
a { background-color: #085115; }
a { background-color: rgb(8,81,21); }
div.DivClassName
{
background-color: #085115;
}
.BgClassName
{
background-color: #085115;
}
</style>
border-color css
<style>
span { border-color: #085115; }
span { border-color: rgb(8,81,21); }
td.TdClassName
{
border-color: #085115;
}
.TagClassName
{
border-color: #085115;
}
</style>