Shades of Olive #6B800A
Tints of Olive #6B800A
RGB
CMYK
RGB Variations
Color information
#6B800A (or 0x6B800A) is known color: Olive. HEX triplet: 6B, 80 and 0A. RGB value is (107,128,10). Sum of RGB (Red+Green+Blue) = 107+128+10=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #6B800A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B800A is #947FF5. Grayscale: #6C6C6C. Windows color (decimal): -9732086 or 688235. OLE color: 688235.
HSL color Cylindrical-coordinate representation of color #6B800A: hue angle of 70.68º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B800A is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 128 | 10 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.50 |
| HSL | 70.68º | 0.86% | 0.27% | - |
| HSV(B) | 70.68º | 0.92% | 0.5% | - |
| XYZ | 13.84 | 18.59 | 3.15 | - |
| YUV | 108.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 10 | 0.16 | 0 | 0.92 | 0.50 | 70.68 | 0.86 | 0.27 |
| Hex | 6B | 80 | A | 10 | 0 | 5C | 32 | 47 | 56 | 1B |
| Octal | 153 | 200 | 12 | 20 | 0 | 134 | 62 | 107 | 126 | 33 |
| Binary | 1101011 | 10000000 | 1010 | 10000 | 0 | 1011100 | 110010 | 1000111 | 1010110 | 11011 |
Color Harmonies of #6B800A
Complementary color
Monochromatic Colors of #6B800A
Black with #6B800A
Text Example
Text Example
White with #6B800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B800A; }
p { color: rgb(107,128,10); }
H1.HeaderClassName
{
color: #6B800A;
}
.AnyTagClassName
{
color: #6B800A;
}
</style>
background-color css
<style>
a { background-color: #6B800A; }
a { background-color: rgb(107,128,10); }
div.DivClassName
{
background-color: #6B800A;
}
.BgClassName
{
background-color: #6B800A;
}
</style>
border-color css
<style>
span { border-color: #6B800A; }
span { border-color: rgb(107,128,10); }
td.TdClassName
{
border-color: #6B800A;
}
.TagClassName
{
border-color: #6B800A;
}
</style>