Shades of Green #07851B
Tints of Green #07851B
RGB
CMYK
RGB Variations
Color information
#07851B (or 0x07851B) is known color: Green. HEX triplet: 07, 85 and 1B. RGB value is (7,133,27). Sum of RGB (Red+Green+Blue) = 7+133+27=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #07851B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07851B is #F87AE4. Grayscale: #535353. Windows color (decimal): -16284389 or 1803527. OLE color: 1803527.
HSL color Cylindrical-coordinate representation of color #07851B: hue angle of 129.52º 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 #07851B is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 133 | 27 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.48 |
| HSL | 129.52º | 0.9% | 0.27% | - |
| HSV(B) | 129.52º | 0.95% | 0.52% | - |
| XYZ | 8.67 | 16.9 | 3.84 | - |
| YUV | 83.24 | 96.26 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 133 | 27 | 0.95 | 0 | 0.80 | 0.48 | 129.52 | 0.9 | 0.27 |
| Hex | 7 | 85 | 1B | 5F | 0 | 50 | 30 | 82 | 5A | 1B |
| Octal | 7 | 205 | 33 | 137 | 0 | 120 | 60 | 202 | 132 | 33 |
| Binary | 111 | 10000101 | 11011 | 1011111 | 0 | 1010000 | 110000 | 10000010 | 1011010 | 11011 |
Color Harmonies of #07851B
Complementary color
Monochromatic Colors of #07851B
Black with #07851B
Text Example
Text Example
White with #07851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07851B; }
p { color: rgb(7,133,27); }
H1.HeaderClassName
{
color: #07851B;
}
.AnyTagClassName
{
color: #07851B;
}
</style>
background-color css
<style>
a { background-color: #07851B; }
a { background-color: rgb(7,133,27); }
div.DivClassName
{
background-color: #07851B;
}
.BgClassName
{
background-color: #07851B;
}
</style>
border-color css
<style>
span { border-color: #07851B; }
span { border-color: rgb(7,133,27); }
td.TdClassName
{
border-color: #07851B;
}
.TagClassName
{
border-color: #07851B;
}
</style>