Shades of Green #088613
Tints of Green #088613
RGB
CMYK
RGB Variations
Color information
#088613 (or 0x088613) is known color: Green. HEX triplet: 08, 86 and 13. RGB value is (8,134,19). Sum of RGB (Red+Green+Blue) = 8+134+19=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 134 (52.73% from 255 or 83.23% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 134 - color contains mainly: green. Hex color #088613 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088613 is #F779EC. Grayscale: #535353. Windows color (decimal): -16218605 or 1279496. OLE color: 1279496.
HSL color Cylindrical-coordinate representation of color #088613: hue angle of 125.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088613 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 19 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.47 |
| HSL | 125.24º | 0.89% | 0.28% | - |
| HSV(B) | 125.24º | 0.94% | 0.53% | - |
| XYZ | 8.74 | 17.15 | 3.47 | - |
| YUV | 83.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 19 | 0.94 | 0 | 0.86 | 0.47 | 125.24 | 0.89 | 0.28 |
| Hex | 8 | 86 | 13 | 5E | 0 | 56 | 2F | 7D | 59 | 1C |
| Octal | 10 | 206 | 23 | 136 | 0 | 126 | 57 | 175 | 131 | 34 |
| Binary | 1000 | 10000110 | 10011 | 1011110 | 0 | 1010110 | 101111 | 1111101 | 1011001 | 11100 |
Color Harmonies of #088613
Complementary color
Monochromatic Colors of #088613
Black with #088613
Text Example
Text Example
White with #088613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088613; }
p { color: rgb(8,134,19); }
H1.HeaderClassName
{
color: #088613;
}
.AnyTagClassName
{
color: #088613;
}
</style>
background-color css
<style>
a { background-color: #088613; }
a { background-color: rgb(8,134,19); }
div.DivClassName
{
background-color: #088613;
}
.BgClassName
{
background-color: #088613;
}
</style>
border-color css
<style>
span { border-color: #088613; }
span { border-color: rgb(8,134,19); }
td.TdClassName
{
border-color: #088613;
}
.TagClassName
{
border-color: #088613;
}
</style>