Shades of Myrtle #0F4B08
Tints of Myrtle #0F4B08
RGB
CMYK
RGB Variations
Color information
#0F4B08 (or 0x0F4B08) is known color: Myrtle. HEX triplet: 0F, 4B and 08. RGB value is (15,75,8). Sum of RGB (Red+Green+Blue) = 15+75+8=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 75 (29.69% from 255 or 76.53% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4B08 is #F0B4F7. Grayscale: #313131. Windows color (decimal): -15774968 or 543503. OLE color: 543503.
HSL color Cylindrical-coordinate representation of color #0F4B08: hue angle of 113.73º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F4B08 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 75 | 8 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.71 |
| HSL | 113.73º | 0.81% | 0.16% | - |
| HSV(B) | 113.73º | 0.89% | 0.29% | - |
| XYZ | 2.76 | 5.15 | 1.08 | - |
| YUV | 49.42 | 104.62 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 8 | 0.80 | 0 | 0.89 | 0.71 | 113.73 | 0.81 | 0.16 |
| Hex | F | 4B | 8 | 50 | 0 | 59 | 47 | 72 | 51 | 10 |
| Octal | 17 | 113 | 10 | 120 | 0 | 131 | 107 | 162 | 121 | 20 |
| Binary | 1111 | 1001011 | 1000 | 1010000 | 0 | 1011001 | 1000111 | 1110010 | 1010001 | 10000 |
Color Harmonies of #0F4B08
Complementary color
Monochromatic Colors of #0F4B08
Black with #0F4B08
Text Example
Text Example
White with #0F4B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B08; }
p { color: rgb(15,75,8); }
H1.HeaderClassName
{
color: #0F4B08;
}
.AnyTagClassName
{
color: #0F4B08;
}
</style>
background-color css
<style>
a { background-color: #0F4B08; }
a { background-color: rgb(15,75,8); }
div.DivClassName
{
background-color: #0F4B08;
}
.BgClassName
{
background-color: #0F4B08;
}
</style>
border-color css
<style>
span { border-color: #0F4B08; }
span { border-color: rgb(15,75,8); }
td.TdClassName
{
border-color: #0F4B08;
}
.TagClassName
{
border-color: #0F4B08;
}
</style>