Shades of Green #006508
Tints of Green #006508
RGB
CMYK
RGB Variations
Color information
#006508 (or 0x006508) is known color: Green. HEX triplet: 00, 65 and 08. RGB value is (0,101,8). Sum of RGB (Red+Green+Blue) = 0+101+8=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 101 (39.84% from 255 or 92.66% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 101 - color contains mainly: green. Hex color #006508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006508 is #FF9AF7. Grayscale: #3C3C3C. Windows color (decimal): -16751352 or 550144. OLE color: 550144.
HSL color Cylindrical-coordinate representation of color #006508: hue angle of 124.75º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006508 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 8 | - |
| CMYK | 1 | 0 | 0.92 | 0.60 |
| HSL | 124.75º | 1% | 0.2% | - |
| HSV(B) | 124.75º | 1% | 0.4% | - |
| XYZ | 4.7 | 9.32 | 1.78 | - |
| YUV | 60.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 8 | 1 | 0 | 0.92 | 0.60 | 124.75 | 1 | 0.2 |
| Hex | 0 | 65 | 8 | 64 | 0 | 5C | 3C | 7D | 64 | 14 |
| Octal | 0 | 145 | 10 | 144 | 0 | 134 | 74 | 175 | 144 | 24 |
| Binary | 0 | 1100101 | 1000 | 1100100 | 0 | 1011100 | 111100 | 1111101 | 1100100 | 10100 |
Color Harmonies of #006508
Complementary color
Monochromatic Colors of #006508
Black with #006508
Text Example
Text Example
White with #006508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006508; }
p { color: rgb(0,101,8); }
H1.HeaderClassName
{
color: #006508;
}
.AnyTagClassName
{
color: #006508;
}
</style>
background-color css
<style>
a { background-color: #006508; }
a { background-color: rgb(0,101,8); }
div.DivClassName
{
background-color: #006508;
}
.BgClassName
{
background-color: #006508;
}
</style>
border-color css
<style>
span { border-color: #006508; }
span { border-color: rgb(0,101,8); }
td.TdClassName
{
border-color: #006508;
}
.TagClassName
{
border-color: #006508;
}
</style>