Shades of Green #06830F
Tints of Green #06830F
RGB
CMYK
RGB Variations
Color information
#06830F (or 0x06830F) is known color: Green. HEX triplet: 06, 83 and 0F. RGB value is (6,131,15). Sum of RGB (Red+Green+Blue) = 6+131+15=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 131 (51.56% from 255 or 86.18% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 131 - color contains mainly: green. Hex color #06830F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06830F is #F97CF0. Grayscale: #505050. Windows color (decimal): -16350449 or 1016582. OLE color: 1016582.
HSL color Cylindrical-coordinate representation of color #06830F: hue angle of 124.32º 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 #06830F is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 131 | 15 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.49 |
| HSL | 124.32º | 0.91% | 0.27% | - |
| HSV(B) | 124.32º | 0.95% | 0.51% | - |
| XYZ | 8.28 | 16.31 | 3.16 | - |
| YUV | 80.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 131 | 15 | 0.95 | 0 | 0.89 | 0.49 | 124.32 | 0.91 | 0.27 |
| Hex | 6 | 83 | F | 5F | 0 | 59 | 31 | 7C | 5B | 1B |
| Octal | 6 | 203 | 17 | 137 | 0 | 131 | 61 | 174 | 133 | 33 |
| Binary | 110 | 10000011 | 1111 | 1011111 | 0 | 1011001 | 110001 | 1111100 | 1011011 | 11011 |
Color Harmonies of #06830F
Complementary color
Monochromatic Colors of #06830F
Black with #06830F
Text Example
Text Example
White with #06830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06830F; }
p { color: rgb(6,131,15); }
H1.HeaderClassName
{
color: #06830F;
}
.AnyTagClassName
{
color: #06830F;
}
</style>
background-color css
<style>
a { background-color: #06830F; }
a { background-color: rgb(6,131,15); }
div.DivClassName
{
background-color: #06830F;
}
.BgClassName
{
background-color: #06830F;
}
</style>
border-color css
<style>
span { border-color: #06830F; }
span { border-color: rgb(6,131,15); }
td.TdClassName
{
border-color: #06830F;
}
.TagClassName
{
border-color: #06830F;
}
</style>