Shades of Green #068115
Tints of Green #068115
RGB
CMYK
RGB Variations
Color information
#068115 (or 0x068115) is known color: Green. HEX triplet: 06, 81 and 15. RGB value is (6,129,21). Sum of RGB (Red+Green+Blue) = 6+129+21=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 129 (50.78% from 255 or 82.69% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 129 - color contains mainly: green. Hex color #068115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068115 is #F97EEA. Grayscale: #505050. Windows color (decimal): -16350955 or 1409286. OLE color: 1409286.
HSL color Cylindrical-coordinate representation of color #068115: hue angle of 127.32º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068115 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 21 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.49 |
| HSL | 127.32º | 0.91% | 0.26% | - |
| HSV(B) | 127.32º | 0.95% | 0.51% | - |
| XYZ | 8.06 | 15.79 | 3.33 | - |
| YUV | 79.91 | 94.75 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 21 | 0.95 | 0 | 0.84 | 0.49 | 127.32 | 0.91 | 0.26 |
| Hex | 6 | 81 | 15 | 5F | 0 | 54 | 31 | 7F | 5B | 1A |
| Octal | 6 | 201 | 25 | 137 | 0 | 124 | 61 | 177 | 133 | 32 |
| Binary | 110 | 10000001 | 10101 | 1011111 | 0 | 1010100 | 110001 | 1111111 | 1011011 | 11010 |
Color Harmonies of #068115
Complementary color
Monochromatic Colors of #068115
Black with #068115
Text Example
Text Example
White with #068115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068115; }
p { color: rgb(6,129,21); }
H1.HeaderClassName
{
color: #068115;
}
.AnyTagClassName
{
color: #068115;
}
</style>
background-color css
<style>
a { background-color: #068115; }
a { background-color: rgb(6,129,21); }
div.DivClassName
{
background-color: #068115;
}
.BgClassName
{
background-color: #068115;
}
</style>
border-color css
<style>
span { border-color: #068115; }
span { border-color: rgb(6,129,21); }
td.TdClassName
{
border-color: #068115;
}
.TagClassName
{
border-color: #068115;
}
</style>