Shades of Green #087305
Tints of Green #087305
RGB
CMYK
RGB Variations
Color information
#087305 (or 0x087305) is known color: Green. HEX triplet: 08, 73 and 05. RGB value is (8,115,5). Sum of RGB (Red+Green+Blue) = 8+115+5=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 115 (45.31% from 255 or 89.84% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 115 - color contains mainly: green. Hex color #087305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087305 is #F78CFA. Grayscale: #464646. Windows color (decimal): -16223483 or 357128. OLE color: 357128.
HSL color Cylindrical-coordinate representation of color #087305: hue angle of 118.36º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087305 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 115 | 5 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.55 |
| HSL | 118.36º | 0.92% | 0.24% | - |
| HSV(B) | 118.36º | 0.96% | 0.45% | - |
| XYZ | 6.26 | 12.32 | 2.19 | - |
| YUV | 70.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 115 | 5 | 0.93 | 0 | 0.96 | 0.55 | 118.36 | 0.92 | 0.24 |
| Hex | 8 | 73 | 5 | 5D | 0 | 60 | 37 | 76 | 5C | 18 |
| Octal | 10 | 163 | 5 | 135 | 0 | 140 | 67 | 166 | 134 | 30 |
| Binary | 1000 | 1110011 | 101 | 1011101 | 0 | 1100000 | 110111 | 1110110 | 1011100 | 11000 |
Color Harmonies of #087305
Complementary color
Monochromatic Colors of #087305
Black with #087305
Text Example
Text Example
White with #087305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087305; }
p { color: rgb(8,115,5); }
H1.HeaderClassName
{
color: #087305;
}
.AnyTagClassName
{
color: #087305;
}
</style>
background-color css
<style>
a { background-color: #087305; }
a { background-color: rgb(8,115,5); }
div.DivClassName
{
background-color: #087305;
}
.BgClassName
{
background-color: #087305;
}
</style>
border-color css
<style>
span { border-color: #087305; }
span { border-color: rgb(8,115,5); }
td.TdClassName
{
border-color: #087305;
}
.TagClassName
{
border-color: #087305;
}
</style>