Shades of Green #06821D
Tints of Green #06821D
RGB
CMYK
RGB Variations
Color information
#06821D (or 0x06821D) is known color: Green. HEX triplet: 06, 82 and 1D. RGB value is (6,130,29). Sum of RGB (Red+Green+Blue) = 6+130+29=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #06821D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06821D is #F97DE2. Grayscale: #515151. Windows color (decimal): -16350691 or 1933830. OLE color: 1933830.
HSL color Cylindrical-coordinate representation of color #06821D: hue angle of 131.13º degrees, saturation: 0.91, 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 #06821D is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 29 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.49 |
| HSL | 131.13º | 0.91% | 0.27% | - |
| HSV(B) | 131.13º | 0.95% | 0.51% | - |
| XYZ | 8.28 | 16.09 | 3.83 | - |
| YUV | 81.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 29 | 0.95 | 0 | 0.78 | 0.49 | 131.13 | 0.91 | 0.27 |
| Hex | 6 | 82 | 1D | 5F | 0 | 4E | 31 | 83 | 5B | 1B |
| Octal | 6 | 202 | 35 | 137 | 0 | 116 | 61 | 203 | 133 | 33 |
| Binary | 110 | 10000010 | 11101 | 1011111 | 0 | 1001110 | 110001 | 10000011 | 1011011 | 11011 |
Color Harmonies of #06821D
Complementary color
Monochromatic Colors of #06821D
Black with #06821D
Text Example
Text Example
White with #06821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06821D; }
p { color: rgb(6,130,29); }
H1.HeaderClassName
{
color: #06821D;
}
.AnyTagClassName
{
color: #06821D;
}
</style>
background-color css
<style>
a { background-color: #06821D; }
a { background-color: rgb(6,130,29); }
div.DivClassName
{
background-color: #06821D;
}
.BgClassName
{
background-color: #06821D;
}
</style>
border-color css
<style>
span { border-color: #06821D; }
span { border-color: rgb(6,130,29); }
td.TdClassName
{
border-color: #06821D;
}
.TagClassName
{
border-color: #06821D;
}
</style>