Shades of Green #07850B
Tints of Green #07850B
RGB
CMYK
RGB Variations
Color information
#07850B (or 0x07850B) is known color: Green. HEX triplet: 07, 85 and 0B. RGB value is (7,133,11). Sum of RGB (Red+Green+Blue) = 7+133+11=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 133 (52.34% from 255 or 88.08% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 133 - color contains mainly: green. Hex color #07850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07850B is #F87AF4. Grayscale: #515151. Windows color (decimal): -16284405 or 754951. OLE color: 754951.
HSL color Cylindrical-coordinate representation of color #07850B: hue angle of 121.9º 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 #07850B is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 11 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.48 |
| HSL | 121.9º | 0.9% | 0.27% | - |
| HSV(B) | 121.9º | 0.95% | 0.52% | - |
| XYZ | 8.54 | 16.84 | 3.12 | - |
| YUV | 81.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 11 | 0.95 | 0 | 0.92 | 0.48 | 121.9 | 0.9 | 0.27 |
| Hex | 7 | 85 | B | 5F | 0 | 5C | 30 | 7A | 5A | 1B |
| Octal | 7 | 205 | 13 | 137 | 0 | 134 | 60 | 172 | 132 | 33 |
| Binary | 111 | 10000101 | 1011 | 1011111 | 0 | 1011100 | 110000 | 1111010 | 1011010 | 11011 |
Color Harmonies of #07850B
Complementary color
Monochromatic Colors of #07850B
Black with #07850B
Text Example
Text Example
White with #07850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07850B; }
p { color: rgb(7,133,11); }
H1.HeaderClassName
{
color: #07850B;
}
.AnyTagClassName
{
color: #07850B;
}
</style>
background-color css
<style>
a { background-color: #07850B; }
a { background-color: rgb(7,133,11); }
div.DivClassName
{
background-color: #07850B;
}
.BgClassName
{
background-color: #07850B;
}
</style>
border-color css
<style>
span { border-color: #07850B; }
span { border-color: rgb(7,133,11); }
td.TdClassName
{
border-color: #07850B;
}
.TagClassName
{
border-color: #07850B;
}
</style>