Shades of Green #087A0D
Tints of Green #087A0D
RGB
CMYK
RGB Variations
Color information
#087A0D (or 0x087A0D) is known color: Green. HEX triplet: 08, 7A and 0D. RGB value is (8,122,13). Sum of RGB (Red+Green+Blue) = 8+122+13=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 122 (48.05% from 255 or 85.31% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 122 - color contains mainly: green. Hex color #087A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087A0D is #F785F2. Grayscale: #4B4B4B. Windows color (decimal): -16221683 or 883208. OLE color: 883208.
HSL color Cylindrical-coordinate representation of color #087A0D: hue angle of 122.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A0D is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 13 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.52 |
| HSL | 122.63º | 0.88% | 0.25% | - |
| HSV(B) | 122.63º | 0.93% | 0.48% | - |
| XYZ | 7.13 | 14 | 2.71 | - |
| YUV | 75.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 13 | 0.93 | 0 | 0.89 | 0.52 | 122.63 | 0.88 | 0.25 |
| Hex | 8 | 7A | D | 5D | 0 | 59 | 34 | 7B | 58 | 19 |
| Octal | 10 | 172 | 15 | 135 | 0 | 131 | 64 | 173 | 130 | 31 |
| Binary | 1000 | 1111010 | 1101 | 1011101 | 0 | 1011001 | 110100 | 1111011 | 1011000 | 11001 |
Color Harmonies of #087A0D
Complementary color
Monochromatic Colors of #087A0D
Black with #087A0D
Text Example
Text Example
White with #087A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A0D; }
p { color: rgb(8,122,13); }
H1.HeaderClassName
{
color: #087A0D;
}
.AnyTagClassName
{
color: #087A0D;
}
</style>
background-color css
<style>
a { background-color: #087A0D; }
a { background-color: rgb(8,122,13); }
div.DivClassName
{
background-color: #087A0D;
}
.BgClassName
{
background-color: #087A0D;
}
</style>
border-color css
<style>
span { border-color: #087A0D; }
span { border-color: rgb(8,122,13); }
td.TdClassName
{
border-color: #087A0D;
}
.TagClassName
{
border-color: #087A0D;
}
</style>