Shades of Green #07841B
Tints of Green #07841B
RGB
CMYK
RGB Variations
Color information
#07841B (or 0x07841B) is known color: Green. HEX triplet: 07, 84 and 1B. RGB value is (7,132,27). Sum of RGB (Red+Green+Blue) = 7+132+27=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 132 (51.95% from 255 or 79.52% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 132 - color contains mainly: green. Hex color #07841B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07841B is #F87BE4. Grayscale: #525252. Windows color (decimal): -16284645 or 1803271. OLE color: 1803271.
HSL color Cylindrical-coordinate representation of color #07841B: hue angle of 129.6º 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 #07841B is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 132 | 27 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.48 |
| HSL | 129.6º | 0.9% | 0.27% | - |
| HSV(B) | 129.6º | 0.95% | 0.52% | - |
| XYZ | 8.54 | 16.63 | 3.8 | - |
| YUV | 82.66 | 96.59 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 27 | 0.95 | 0 | 0.80 | 0.48 | 129.6 | 0.9 | 0.27 |
| Hex | 7 | 84 | 1B | 5F | 0 | 50 | 30 | 82 | 5A | 1B |
| Octal | 7 | 204 | 33 | 137 | 0 | 120 | 60 | 202 | 132 | 33 |
| Binary | 111 | 10000100 | 11011 | 1011111 | 0 | 1010000 | 110000 | 10000010 | 1011010 | 11011 |
Color Harmonies of #07841B
Complementary color
Monochromatic Colors of #07841B
Black with #07841B
Text Example
Text Example
White with #07841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07841B; }
p { color: rgb(7,132,27); }
H1.HeaderClassName
{
color: #07841B;
}
.AnyTagClassName
{
color: #07841B;
}
</style>
background-color css
<style>
a { background-color: #07841B; }
a { background-color: rgb(7,132,27); }
div.DivClassName
{
background-color: #07841B;
}
.BgClassName
{
background-color: #07841B;
}
</style>
border-color css
<style>
span { border-color: #07841B; }
span { border-color: rgb(7,132,27); }
td.TdClassName
{
border-color: #07841B;
}
.TagClassName
{
border-color: #07841B;
}
</style>