Shades of Deep Fir #065013
Tints of Deep Fir #065013
RGB
CMYK
RGB Variations
Color information
#065013 (or 0x065013) is known color: Deep Fir. HEX triplet: 06, 50 and 13. RGB value is (6,80,19). Sum of RGB (Red+Green+Blue) = 6+80+19=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #065013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065013 is #F9AFEC. Grayscale: #333333. Windows color (decimal): -16363501 or 1265670. OLE color: 1265670.
HSL color Cylindrical-coordinate representation of color #065013: hue angle of 130.54º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065013 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 80 | 19 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.69 |
| HSL | 130.54º | 0.86% | 0.17% | - |
| HSV(B) | 130.54º | 0.93% | 0.31% | - |
| XYZ | 3.06 | 5.82 | 1.58 | - |
| YUV | 50.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 19 | 0.92 | 0 | 0.76 | 0.69 | 130.54 | 0.86 | 0.17 |
| Hex | 6 | 50 | 13 | 5C | 0 | 4C | 45 | 83 | 56 | 11 |
| Octal | 6 | 120 | 23 | 134 | 0 | 114 | 105 | 203 | 126 | 21 |
| Binary | 110 | 1010000 | 10011 | 1011100 | 0 | 1001100 | 1000101 | 10000011 | 1010110 | 10001 |
Color Harmonies of #065013
Complementary color
Monochromatic Colors of #065013
Black with #065013
Text Example
Text Example
White with #065013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065013; }
p { color: rgb(6,80,19); }
H1.HeaderClassName
{
color: #065013;
}
.AnyTagClassName
{
color: #065013;
}
</style>
background-color css
<style>
a { background-color: #065013; }
a { background-color: rgb(6,80,19); }
div.DivClassName
{
background-color: #065013;
}
.BgClassName
{
background-color: #065013;
}
</style>
border-color css
<style>
span { border-color: #065013; }
span { border-color: rgb(6,80,19); }
td.TdClassName
{
border-color: #065013;
}
.TagClassName
{
border-color: #065013;
}
</style>