Shades of Deep Fir #064B16
Tints of Deep Fir #064B16
RGB
CMYK
RGB Variations
Color information
#064B16 (or 0x064B16) is known color: Deep Fir. HEX triplet: 06, 4B and 16. RGB value is (6,75,22). Sum of RGB (Red+Green+Blue) = 6+75+22=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 75 (29.69% from 255 or 72.82% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 75 - color contains mainly: green. Hex color #064B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064B16 is #F9B4E9. Grayscale: #303030. Windows color (decimal): -16364778 or 1460998. OLE color: 1460998.
HSL color Cylindrical-coordinate representation of color #064B16: hue angle of 133.91º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B16 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 75 | 22 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.71 |
| HSL | 133.91º | 0.85% | 0.16% | - |
| HSV(B) | 133.91º | 0.92% | 0.29% | - |
| XYZ | 2.74 | 5.13 | 1.6 | - |
| YUV | 48.33 | 113.14 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 75 | 22 | 0.92 | 0 | 0.71 | 0.71 | 133.91 | 0.85 | 0.16 |
| Hex | 6 | 4B | 16 | 5C | 0 | 47 | 47 | 86 | 55 | 10 |
| Octal | 6 | 113 | 26 | 134 | 0 | 107 | 107 | 206 | 125 | 20 |
| Binary | 110 | 1001011 | 10110 | 1011100 | 0 | 1000111 | 1000111 | 10000110 | 1010101 | 10000 |
Color Harmonies of #064B16
Complementary color
Monochromatic Colors of #064B16
Black with #064B16
Text Example
Text Example
White with #064B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064B16; }
p { color: rgb(6,75,22); }
H1.HeaderClassName
{
color: #064B16;
}
.AnyTagClassName
{
color: #064B16;
}
</style>
background-color css
<style>
a { background-color: #064B16; }
a { background-color: rgb(6,75,22); }
div.DivClassName
{
background-color: #064B16;
}
.BgClassName
{
background-color: #064B16;
}
</style>
border-color css
<style>
span { border-color: #064B16; }
span { border-color: rgb(6,75,22); }
td.TdClassName
{
border-color: #064B16;
}
.TagClassName
{
border-color: #064B16;
}
</style>