Shades of Green #08750A
Tints of Green #08750A
RGB
CMYK
RGB Variations
Color information
#08750A (or 0x08750A) is known color: Green. HEX triplet: 08, 75 and 0A. RGB value is (8,117,10). Sum of RGB (Red+Green+Blue) = 8+117+10=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #08750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08750A is #F78AF5. Grayscale: #484848. Windows color (decimal): -16222966 or 685320. OLE color: 685320.
HSL color Cylindrical-coordinate representation of color #08750A: hue angle of 121.1º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08750A is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 117 | 10 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.54 |
| HSL | 121.1º | 0.87% | 0.25% | - |
| HSV(B) | 121.1º | 0.93% | 0.46% | - |
| XYZ | 6.52 | 12.8 | 2.41 | - |
| YUV | 72.21 | 92.89 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 10 | 0.93 | 0 | 0.91 | 0.54 | 121.1 | 0.87 | 0.25 |
| Hex | 8 | 75 | A | 5D | 0 | 5B | 36 | 79 | 57 | 19 |
| Octal | 10 | 165 | 12 | 135 | 0 | 133 | 66 | 171 | 127 | 31 |
| Binary | 1000 | 1110101 | 1010 | 1011101 | 0 | 1011011 | 110110 | 1111001 | 1010111 | 11001 |
Color Harmonies of #08750A
Complementary color
Monochromatic Colors of #08750A
Black with #08750A
Text Example
Text Example
White with #08750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08750A; }
p { color: rgb(8,117,10); }
H1.HeaderClassName
{
color: #08750A;
}
.AnyTagClassName
{
color: #08750A;
}
</style>
background-color css
<style>
a { background-color: #08750A; }
a { background-color: rgb(8,117,10); }
div.DivClassName
{
background-color: #08750A;
}
.BgClassName
{
background-color: #08750A;
}
</style>
border-color css
<style>
span { border-color: #08750A; }
span { border-color: rgb(8,117,10); }
td.TdClassName
{
border-color: #08750A;
}
.TagClassName
{
border-color: #08750A;
}
</style>