Shades of Green #06831C
Tints of Green #06831C
RGB
CMYK
RGB Variations
Color information
#06831C (or 0x06831C) is known color: Green. HEX triplet: 06, 83 and 1C. RGB value is (6,131,28). Sum of RGB (Red+Green+Blue) = 6+131+28=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 131 (51.56% from 255 or 79.39% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 131 - color contains mainly: green. Hex color #06831C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06831C is #F97CE3. Grayscale: #525252. Windows color (decimal): -16350436 or 1868550. OLE color: 1868550.
HSL color Cylindrical-coordinate representation of color #06831C: hue angle of 130.56º 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 #06831C is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 131 | 28 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.49 |
| HSL | 130.56º | 0.91% | 0.27% | - |
| HSV(B) | 130.56º | 0.95% | 0.51% | - |
| XYZ | 8.4 | 16.36 | 3.81 | - |
| YUV | 81.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 28 | 0.95 | 0 | 0.79 | 0.49 | 130.56 | 0.91 | 0.27 |
| Hex | 6 | 83 | 1C | 5F | 0 | 4F | 31 | 83 | 5B | 1B |
| Octal | 6 | 203 | 34 | 137 | 0 | 117 | 61 | 203 | 133 | 33 |
| Binary | 110 | 10000011 | 11100 | 1011111 | 0 | 1001111 | 110001 | 10000011 | 1011011 | 11011 |
Color Harmonies of #06831C
Complementary color
Monochromatic Colors of #06831C
Black with #06831C
Text Example
Text Example
White with #06831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06831C; }
p { color: rgb(6,131,28); }
H1.HeaderClassName
{
color: #06831C;
}
.AnyTagClassName
{
color: #06831C;
}
</style>
background-color css
<style>
a { background-color: #06831C; }
a { background-color: rgb(6,131,28); }
div.DivClassName
{
background-color: #06831C;
}
.BgClassName
{
background-color: #06831C;
}
</style>
border-color css
<style>
span { border-color: #06831C; }
span { border-color: rgb(6,131,28); }
td.TdClassName
{
border-color: #06831C;
}
.TagClassName
{
border-color: #06831C;
}
</style>