Shades of Olive #6A8206
Tints of Olive #6A8206
RGB
CMYK
RGB Variations
Color information
#6A8206 (or 0x6A8206) is known color: Olive. HEX triplet: 6A, 82 and 06. RGB value is (106,130,6). Sum of RGB (Red+Green+Blue) = 106+130+6=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8206 is #957DF9. Grayscale: #6D6D6D. Windows color (decimal): -9797114 or 426602. OLE color: 426602.
HSL color Cylindrical-coordinate representation of color #6A8206: hue angle of 71.61º 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 #6A8206 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 6 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.49 |
| HSL | 71.61º | 0.91% | 0.27% | - |
| HSV(B) | 71.61º | 0.95% | 0.51% | - |
| XYZ | 13.96 | 19.04 | 3.11 | - |
| YUV | 108.69 | 70.05 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 6 | 0.18 | 0 | 0.95 | 0.49 | 71.61 | 0.91 | 0.27 |
| Hex | 6A | 82 | 6 | 12 | 0 | 5F | 31 | 48 | 5B | 1B |
| Octal | 152 | 202 | 6 | 22 | 0 | 137 | 61 | 110 | 133 | 33 |
| Binary | 1101010 | 10000010 | 110 | 10010 | 0 | 1011111 | 110001 | 1001000 | 1011011 | 11011 |
Color Harmonies of #6A8206
Complementary color
Monochromatic Colors of #6A8206
Black with #6A8206
Text Example
Text Example
White with #6A8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8206; }
p { color: rgb(106,130,6); }
H1.HeaderClassName
{
color: #6A8206;
}
.AnyTagClassName
{
color: #6A8206;
}
</style>
background-color css
<style>
a { background-color: #6A8206; }
a { background-color: rgb(106,130,6); }
div.DivClassName
{
background-color: #6A8206;
}
.BgClassName
{
background-color: #6A8206;
}
</style>
border-color css
<style>
span { border-color: #6A8206; }
span { border-color: rgb(106,130,6); }
td.TdClassName
{
border-color: #6A8206;
}
.TagClassName
{
border-color: #6A8206;
}
</style>