Shades of Green #006108
Tints of Green #006108
RGB
CMYK
RGB Variations
Color information
#006108 (or 0x006108) is known color: Green. HEX triplet: 00, 61 and 08. RGB value is (0,97,8). Sum of RGB (Red+Green+Blue) = 0+97+8=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 97 (38.28% from 255 or 92.38% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 97 - color contains mainly: green. Hex color #006108 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006108 is #FF9EF7. Grayscale: #3A3A3A. Windows color (decimal): -16752376 or 549120. OLE color: 549120.
HSL color Cylindrical-coordinate representation of color #006108: hue angle of 124.95º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006108 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 8 | - |
| CMYK | 1 | 0 | 0.92 | 0.62 |
| HSL | 124.95º | 1% | 0.19% | - |
| HSV(B) | 124.95º | 1% | 0.38% | - |
| XYZ | 4.32 | 8.57 | 1.66 | - |
| YUV | 57.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 8 | 1 | 0 | 0.92 | 0.62 | 124.95 | 1 | 0.19 |
| Hex | 0 | 61 | 8 | 64 | 0 | 5C | 3E | 7D | 64 | 13 |
| Octal | 0 | 141 | 10 | 144 | 0 | 134 | 76 | 175 | 144 | 23 |
| Binary | 0 | 1100001 | 1000 | 1100100 | 0 | 1011100 | 111110 | 1111101 | 1100100 | 10011 |
Color Harmonies of #006108
Complementary color
Monochromatic Colors of #006108
Black with #006108
Text Example
Text Example
White with #006108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006108; }
p { color: rgb(0,97,8); }
H1.HeaderClassName
{
color: #006108;
}
.AnyTagClassName
{
color: #006108;
}
</style>
background-color css
<style>
a { background-color: #006108; }
a { background-color: rgb(0,97,8); }
div.DivClassName
{
background-color: #006108;
}
.BgClassName
{
background-color: #006108;
}
</style>
border-color css
<style>
span { border-color: #006108; }
span { border-color: rgb(0,97,8); }
td.TdClassName
{
border-color: #006108;
}
.TagClassName
{
border-color: #006108;
}
</style>