Shades of Myrtle #06450B
Tints of Myrtle #06450B
RGB
CMYK
RGB Variations
Color information
#06450B (or 0x06450B) is known color: Myrtle. HEX triplet: 06, 45 and 0B. RGB value is (6,69,11). Sum of RGB (Red+Green+Blue) = 6+69+11=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #06450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06450B is #F9BAF4. Grayscale: #2B2B2B. Windows color (decimal): -16366325 or 738566. OLE color: 738566.
HSL color Cylindrical-coordinate representation of color #06450B: hue angle of 124.76º 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 #06450B is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 69 | 11 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.73 |
| HSL | 124.76º | 0.84% | 0.15% | - |
| HSV(B) | 124.76º | 0.91% | 0.27% | - |
| XYZ | 2.26 | 4.32 | 1.03 | - |
| YUV | 43.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 11 | 0.91 | 0 | 0.84 | 0.73 | 124.76 | 0.84 | 0.15 |
| Hex | 6 | 45 | B | 5B | 0 | 54 | 49 | 7D | 54 | F |
| Octal | 6 | 105 | 13 | 133 | 0 | 124 | 111 | 175 | 124 | 17 |
| Binary | 110 | 1000101 | 1011 | 1011011 | 0 | 1010100 | 1001001 | 1111101 | 1010100 | 1111 |
Color Harmonies of #06450B
Complementary color
Monochromatic Colors of #06450B
Black with #06450B
Text Example
Text Example
White with #06450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06450B; }
p { color: rgb(6,69,11); }
H1.HeaderClassName
{
color: #06450B;
}
.AnyTagClassName
{
color: #06450B;
}
</style>
background-color css
<style>
a { background-color: #06450B; }
a { background-color: rgb(6,69,11); }
div.DivClassName
{
background-color: #06450B;
}
.BgClassName
{
background-color: #06450B;
}
</style>
border-color css
<style>
span { border-color: #06450B; }
span { border-color: rgb(6,69,11); }
td.TdClassName
{
border-color: #06450B;
}
.TagClassName
{
border-color: #06450B;
}
</style>