Shades of Green #07850C
Tints of Green #07850C
RGB
CMYK
RGB Variations
Color information
#07850C (or 0x07850C) is known color: Green. HEX triplet: 07, 85 and 0C. RGB value is (7,133,12). Sum of RGB (Red+Green+Blue) = 7+133+12=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #07850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07850C is #F87AF3. Grayscale: #515151. Windows color (decimal): -16284404 or 820487. OLE color: 820487.
HSL color Cylindrical-coordinate representation of color #07850C: hue angle of 122.38º 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 #07850C is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 12 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.48 |
| HSL | 122.38º | 0.9% | 0.27% | - |
| HSV(B) | 122.38º | 0.95% | 0.52% | - |
| XYZ | 8.54 | 16.85 | 3.15 | - |
| YUV | 81.53 | 88.76 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 12 | 0.95 | 0 | 0.91 | 0.48 | 122.38 | 0.9 | 0.27 |
| Hex | 7 | 85 | C | 5F | 0 | 5B | 30 | 7A | 5A | 1B |
| Octal | 7 | 205 | 14 | 137 | 0 | 133 | 60 | 172 | 132 | 33 |
| Binary | 111 | 10000101 | 1100 | 1011111 | 0 | 1011011 | 110000 | 1111010 | 1011010 | 11011 |
Color Harmonies of #07850C
Complementary color
Monochromatic Colors of #07850C
Black with #07850C
Text Example
Text Example
White with #07850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07850C; }
p { color: rgb(7,133,12); }
H1.HeaderClassName
{
color: #07850C;
}
.AnyTagClassName
{
color: #07850C;
}
</style>
background-color css
<style>
a { background-color: #07850C; }
a { background-color: rgb(7,133,12); }
div.DivClassName
{
background-color: #07850C;
}
.BgClassName
{
background-color: #07850C;
}
</style>
border-color css
<style>
span { border-color: #07850C; }
span { border-color: rgb(7,133,12); }
td.TdClassName
{
border-color: #07850C;
}
.TagClassName
{
border-color: #07850C;
}
</style>