Shades of Myrtle #06450D
Tints of Myrtle #06450D
RGB
CMYK
RGB Variations
Color information
#06450D (or 0x06450D) is known color: Myrtle. HEX triplet: 06, 45 and 0D. RGB value is (6,69,13). Sum of RGB (Red+Green+Blue) = 6+69+13=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #06450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06450D is #F9BAF2. Grayscale: #2B2B2B. Windows color (decimal): -16366323 or 869638. OLE color: 869638.
HSL color Cylindrical-coordinate representation of color #06450D: hue angle of 126.67º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06450D is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 69 | 13 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.73 |
| HSL | 126.67º | 0.84% | 0.15% | - |
| HSV(B) | 126.67º | 0.91% | 0.27% | - |
| XYZ | 2.28 | 4.32 | 1.1 | - |
| YUV | 43.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 13 | 0.91 | 0 | 0.81 | 0.73 | 126.67 | 0.84 | 0.15 |
| Hex | 6 | 45 | D | 5B | 0 | 51 | 49 | 7F | 54 | F |
| Octal | 6 | 105 | 15 | 133 | 0 | 121 | 111 | 177 | 124 | 17 |
| Binary | 110 | 1000101 | 1101 | 1011011 | 0 | 1010001 | 1001001 | 1111111 | 1010100 | 1111 |
Color Harmonies of #06450D
Complementary color
Monochromatic Colors of #06450D
Black with #06450D
Text Example
Text Example
White with #06450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06450D; }
p { color: rgb(6,69,13); }
H1.HeaderClassName
{
color: #06450D;
}
.AnyTagClassName
{
color: #06450D;
}
</style>
background-color css
<style>
a { background-color: #06450D; }
a { background-color: rgb(6,69,13); }
div.DivClassName
{
background-color: #06450D;
}
.BgClassName
{
background-color: #06450D;
}
</style>
border-color css
<style>
span { border-color: #06450D; }
span { border-color: rgb(6,69,13); }
td.TdClassName
{
border-color: #06450D;
}
.TagClassName
{
border-color: #06450D;
}
</style>