Shades of Green #087A1B
Tints of Green #087A1B
RGB
CMYK
RGB Variations
Color information
#087A1B (or 0x087A1B) is known color: Green. HEX triplet: 08, 7A and 1B. RGB value is (8,122,27). Sum of RGB (Red+Green+Blue) = 8+122+27=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #087A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A1B is #F785E4. Grayscale: #4D4D4D. Windows color (decimal): -16221669 or 1800712. OLE color: 1800712.
HSL color Cylindrical-coordinate representation of color #087A1B: hue angle of 130º 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 #087A1B is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 122 | 27 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.52 |
| HSL | 130º | 0.88% | 0.25% | - |
| HSV(B) | 130º | 0.93% | 0.48% | - |
| XYZ | 7.26 | 14.05 | 3.37 | - |
| YUV | 77.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 122 | 27 | 0.93 | 0 | 0.78 | 0.52 | 130 | 0.88 | 0.25 |
| Hex | 8 | 7A | 1B | 5D | 0 | 4E | 34 | 82 | 58 | 19 |
| Octal | 10 | 172 | 33 | 135 | 0 | 116 | 64 | 202 | 130 | 31 |
| Binary | 1000 | 1111010 | 11011 | 1011101 | 0 | 1001110 | 110100 | 10000010 | 1011000 | 11001 |
Color Harmonies of #087A1B
Complementary color
Monochromatic Colors of #087A1B
Black with #087A1B
Text Example
Text Example
White with #087A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087A1B; }
p { color: rgb(8,122,27); }
H1.HeaderClassName
{
color: #087A1B;
}
.AnyTagClassName
{
color: #087A1B;
}
</style>
background-color css
<style>
a { background-color: #087A1B; }
a { background-color: rgb(8,122,27); }
div.DivClassName
{
background-color: #087A1B;
}
.BgClassName
{
background-color: #087A1B;
}
</style>
border-color css
<style>
span { border-color: #087A1B; }
span { border-color: rgb(8,122,27); }
td.TdClassName
{
border-color: #087A1B;
}
.TagClassName
{
border-color: #087A1B;
}
</style>