Shades of Myrtle #195D07
Tints of Myrtle #195D07
RGB
CMYK
RGB Variations
Color information
#195D07 (or 0x195D07) is known color: Myrtle. HEX triplet: 19, 5D and 07. RGB value is (25,93,7). Sum of RGB (Red+Green+Blue) = 25+93+7=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #195D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195D07 is #E6A2F8. Grayscale: #3F3F3F. Windows color (decimal): -15115001 or 482585. OLE color: 482585.
HSL color Cylindrical-coordinate representation of color #195D07: hue angle of 107.44º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #195D07 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 93 | 7 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.64 |
| HSL | 107.44º | 0.86% | 0.2% | - |
| HSV(B) | 107.44º | 0.92% | 0.36% | - |
| XYZ | 4.35 | 8.05 | 1.53 | - |
| YUV | 62.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 93 | 7 | 0.73 | 0 | 0.92 | 0.64 | 107.44 | 0.86 | 0.2 |
| Hex | 19 | 5D | 7 | 49 | 0 | 5C | 40 | 6B | 56 | 14 |
| Octal | 31 | 135 | 7 | 111 | 0 | 134 | 100 | 153 | 126 | 24 |
| Binary | 11001 | 1011101 | 111 | 1001001 | 0 | 1011100 | 1000000 | 1101011 | 1010110 | 10100 |
Color Harmonies of #195D07
Complementary color
Monochromatic Colors of #195D07
Black with #195D07
Text Example
Text Example
White with #195D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195D07; }
p { color: rgb(25,93,7); }
H1.HeaderClassName
{
color: #195D07;
}
.AnyTagClassName
{
color: #195D07;
}
</style>
background-color css
<style>
a { background-color: #195D07; }
a { background-color: rgb(25,93,7); }
div.DivClassName
{
background-color: #195D07;
}
.BgClassName
{
background-color: #195D07;
}
</style>
border-color css
<style>
span { border-color: #195D07; }
span { border-color: rgb(25,93,7); }
td.TdClassName
{
border-color: #195D07;
}
.TagClassName
{
border-color: #195D07;
}
</style>