Shades of Myrtle #06430B
Tints of Myrtle #06430B
RGB
CMYK
RGB Variations
Color information
#06430B (or 0x06430B) is known color: Myrtle. HEX triplet: 06, 43 and 0B. RGB value is (6,67,11). Sum of RGB (Red+Green+Blue) = 6+67+11=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 67 (26.56% from 255 or 79.76% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 67 - color contains mainly: green. Hex color #06430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06430B is #F9BCF4. Grayscale: #2A2A2A. Windows color (decimal): -16366837 or 738054. OLE color: 738054.
HSL color Cylindrical-coordinate representation of color #06430B: hue angle of 124.92º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06430B is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 67 | 11 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.74 |
| HSL | 124.92º | 0.84% | 0.14% | - |
| HSV(B) | 124.92º | 0.91% | 0.26% | - |
| XYZ | 2.14 | 4.08 | 0.99 | - |
| YUV | 42.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 67 | 11 | 0.91 | 0 | 0.84 | 0.74 | 124.92 | 0.84 | 0.14 |
| Hex | 6 | 43 | B | 5B | 0 | 54 | 4A | 7D | 54 | E |
| Octal | 6 | 103 | 13 | 133 | 0 | 124 | 112 | 175 | 124 | 16 |
| Binary | 110 | 1000011 | 1011 | 1011011 | 0 | 1010100 | 1001010 | 1111101 | 1010100 | 1110 |
Color Harmonies of #06430B
Complementary color
Monochromatic Colors of #06430B
Black with #06430B
Text Example
Text Example
White with #06430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06430B; }
p { color: rgb(6,67,11); }
H1.HeaderClassName
{
color: #06430B;
}
.AnyTagClassName
{
color: #06430B;
}
</style>
background-color css
<style>
a { background-color: #06430B; }
a { background-color: rgb(6,67,11); }
div.DivClassName
{
background-color: #06430B;
}
.BgClassName
{
background-color: #06430B;
}
</style>
border-color css
<style>
span { border-color: #06430B; }
span { border-color: rgb(6,67,11); }
td.TdClassName
{
border-color: #06430B;
}
.TagClassName
{
border-color: #06430B;
}
</style>