Shades of Green #07850A
Tints of Green #07850A
RGB
CMYK
RGB Variations
Color information
#07850A (or 0x07850A) is known color: Green. HEX triplet: 07, 85 and 0A. RGB value is (7,133,10). Sum of RGB (Red+Green+Blue) = 7+133+10=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 133 (52.34% from 255 or 88.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 133 - color contains mainly: green. Hex color #07850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07850A is #F87AF5. Grayscale: #515151. Windows color (decimal): -16284406 or 689415. OLE color: 689415.
HSL color Cylindrical-coordinate representation of color #07850A: hue angle of 121.43º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07850A is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 10 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.48 |
| HSL | 121.43º | 0.9% | 0.27% | - |
| HSV(B) | 121.43º | 0.95% | 0.52% | - |
| XYZ | 8.53 | 16.84 | 3.09 | - |
| YUV | 81.3 | 87.76 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 10 | 0.95 | 0 | 0.92 | 0.48 | 121.43 | 0.9 | 0.27 |
| Hex | 7 | 85 | A | 5F | 0 | 5C | 30 | 79 | 5A | 1B |
| Octal | 7 | 205 | 12 | 137 | 0 | 134 | 60 | 171 | 132 | 33 |
| Binary | 111 | 10000101 | 1010 | 1011111 | 0 | 1011100 | 110000 | 1111001 | 1011010 | 11011 |
Color Harmonies of #07850A
Complementary color
Monochromatic Colors of #07850A
Black with #07850A
Text Example
Text Example
White with #07850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07850A; }
p { color: rgb(7,133,10); }
H1.HeaderClassName
{
color: #07850A;
}
.AnyTagClassName
{
color: #07850A;
}
</style>
background-color css
<style>
a { background-color: #07850A; }
a { background-color: rgb(7,133,10); }
div.DivClassName
{
background-color: #07850A;
}
.BgClassName
{
background-color: #07850A;
}
</style>
border-color css
<style>
span { border-color: #07850A; }
span { border-color: rgb(7,133,10); }
td.TdClassName
{
border-color: #07850A;
}
.TagClassName
{
border-color: #07850A;
}
</style>