Shades of Green #07821B
Tints of Green #07821B
RGB
CMYK
RGB Variations
Color information
#07821B (or 0x07821B) is known color: Green. HEX triplet: 07, 82 and 1B. RGB value is (7,130,27). Sum of RGB (Red+Green+Blue) = 7+130+27=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #07821B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07821B is #F87DE4. Grayscale: #515151. Windows color (decimal): -16285157 or 1802759. OLE color: 1802759.
HSL color Cylindrical-coordinate representation of color #07821B: hue angle of 129.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07821B is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 130 | 27 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.49 |
| HSL | 129.76º | 0.9% | 0.27% | - |
| HSV(B) | 129.76º | 0.95% | 0.51% | - |
| XYZ | 8.27 | 16.09 | 3.71 | - |
| YUV | 81.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 130 | 27 | 0.95 | 0 | 0.79 | 0.49 | 129.76 | 0.9 | 0.27 |
| Hex | 7 | 82 | 1B | 5F | 0 | 4F | 31 | 82 | 5A | 1B |
| Octal | 7 | 202 | 33 | 137 | 0 | 117 | 61 | 202 | 132 | 33 |
| Binary | 111 | 10000010 | 11011 | 1011111 | 0 | 1001111 | 110001 | 10000010 | 1011010 | 11011 |
Color Harmonies of #07821B
Complementary color
Monochromatic Colors of #07821B
Black with #07821B
Text Example
Text Example
White with #07821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07821B; }
p { color: rgb(7,130,27); }
H1.HeaderClassName
{
color: #07821B;
}
.AnyTagClassName
{
color: #07821B;
}
</style>
background-color css
<style>
a { background-color: #07821B; }
a { background-color: rgb(7,130,27); }
div.DivClassName
{
background-color: #07821B;
}
.BgClassName
{
background-color: #07821B;
}
</style>
border-color css
<style>
span { border-color: #07821B; }
span { border-color: rgb(7,130,27); }
td.TdClassName
{
border-color: #07821B;
}
.TagClassName
{
border-color: #07821B;
}
</style>