Shades of Olive #6C8205
Tints of Olive #6C8205
RGB
CMYK
RGB Variations
Color information
#6C8205 (or 0x6C8205) is known color: Olive. HEX triplet: 6C, 82 and 05. RGB value is (108,130,5). Sum of RGB (Red+Green+Blue) = 108+130+5=243 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.44% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8205 is #937DFA. Grayscale: #6D6D6D. Windows color (decimal): -9666043 or 361068. OLE color: 361068.
HSL color Cylindrical-coordinate representation of color #6C8205: hue angle of 70.56º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C8205 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 130 | 5 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.49 |
| HSL | 70.56º | 0.93% | 0.26% | - |
| HSV(B) | 70.56º | 0.96% | 0.51% | - |
| XYZ | 14.19 | 19.16 | 3.09 | - |
| YUV | 109.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 5 | 0.17 | 0 | 0.96 | 0.49 | 70.56 | 0.93 | 0.26 |
| Hex | 6C | 82 | 5 | 11 | 0 | 60 | 31 | 47 | 5D | 1A |
| Octal | 154 | 202 | 5 | 21 | 0 | 140 | 61 | 107 | 135 | 32 |
| Binary | 1101100 | 10000010 | 101 | 10001 | 0 | 1100000 | 110001 | 1000111 | 1011101 | 11010 |
Color Harmonies of #6C8205
Complementary color
Monochromatic Colors of #6C8205
Black with #6C8205
Text Example
Text Example
White with #6C8205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8205; }
p { color: rgb(108,130,5); }
H1.HeaderClassName
{
color: #6C8205;
}
.AnyTagClassName
{
color: #6C8205;
}
</style>
background-color css
<style>
a { background-color: #6C8205; }
a { background-color: rgb(108,130,5); }
div.DivClassName
{
background-color: #6C8205;
}
.BgClassName
{
background-color: #6C8205;
}
</style>
border-color css
<style>
span { border-color: #6C8205; }
span { border-color: rgb(108,130,5); }
td.TdClassName
{
border-color: #6C8205;
}
.TagClassName
{
border-color: #6C8205;
}
</style>