Shades of Olive #6A8008
Tints of Olive #6A8008
RGB
CMYK
RGB Variations
Color information
#6A8008 (or 0x6A8008) is known color: Olive. HEX triplet: 6A, 80 and 08. RGB value is (106,128,8). Sum of RGB (Red+Green+Blue) = 106+128+8=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8008 is #957FF7. Grayscale: #6C6C6C. Windows color (decimal): -9797624 or 557162. OLE color: 557162.
HSL color Cylindrical-coordinate representation of color #6A8008: hue angle of 71º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A8008 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 128 | 8 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.50 |
| HSL | 71º | 0.88% | 0.27% | - |
| HSV(B) | 71º | 0.94% | 0.5% | - |
| XYZ | 13.71 | 18.52 | 3.08 | - |
| YUV | 107.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 8 | 0.17 | 0 | 0.94 | 0.50 | 71 | 0.88 | 0.27 |
| Hex | 6A | 80 | 8 | 11 | 0 | 5E | 32 | 47 | 58 | 1B |
| Octal | 152 | 200 | 10 | 21 | 0 | 136 | 62 | 107 | 130 | 33 |
| Binary | 1101010 | 10000000 | 1000 | 10001 | 0 | 1011110 | 110010 | 1000111 | 1011000 | 11011 |
Color Harmonies of #6A8008
Complementary color
Monochromatic Colors of #6A8008
Black with #6A8008
Text Example
Text Example
White with #6A8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8008; }
p { color: rgb(106,128,8); }
H1.HeaderClassName
{
color: #6A8008;
}
.AnyTagClassName
{
color: #6A8008;
}
</style>
background-color css
<style>
a { background-color: #6A8008; }
a { background-color: rgb(106,128,8); }
div.DivClassName
{
background-color: #6A8008;
}
.BgClassName
{
background-color: #6A8008;
}
</style>
border-color css
<style>
span { border-color: #6A8008; }
span { border-color: rgb(106,128,8); }
td.TdClassName
{
border-color: #6A8008;
}
.TagClassName
{
border-color: #6A8008;
}
</style>