Shades of Olive #6C6D00
Tints of Olive #6C6D00
RGB
CMYK
RGB Variations
Color information
#6C6D00 (or 0x6C6D00) is known color: Olive. HEX triplet: 6C, 6D and 00. RGB value is (108,109,0). Sum of RGB (Red+Green+Blue) = 108+109+0=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6D00 is #9392FF. Grayscale: #606060. Windows color (decimal): -9671424 or 28012. OLE color: 28012.
HSL color Cylindrical-coordinate representation of color #6C6D00: hue angle of 60.55º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C6D00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 109 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.57 |
| HSL | 60.55º | 1% | 0.21% | - |
| HSV(B) | 60.55º | 1% | 0.43% | - |
| XYZ | 11.65 | 14.13 | 2.11 | - |
| YUV | 96.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 0 | 0.01 | 0 | 1 | 0.57 | 60.55 | 1 | 0.21 |
| Hex | 6C | 6D | 0 | 1 | 0 | 64 | 39 | 3D | 64 | 15 |
| Octal | 154 | 155 | 0 | 1 | 0 | 144 | 71 | 75 | 144 | 25 |
| Binary | 1101100 | 1101101 | 0 | 1 | 0 | 1100100 | 111001 | 111101 | 1100100 | 10101 |
Color Harmonies of #6C6D00
Complementary color
Monochromatic Colors of #6C6D00
Black with #6C6D00
Text Example
Text Example
White with #6C6D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D00; }
p { color: rgb(108,109,0); }
H1.HeaderClassName
{
color: #6C6D00;
}
.AnyTagClassName
{
color: #6C6D00;
}
</style>
background-color css
<style>
a { background-color: #6C6D00; }
a { background-color: rgb(108,109,0); }
div.DivClassName
{
background-color: #6C6D00;
}
.BgClassName
{
background-color: #6C6D00;
}
</style>
border-color css
<style>
span { border-color: #6C6D00; }
span { border-color: rgb(108,109,0); }
td.TdClassName
{
border-color: #6C6D00;
}
.TagClassName
{
border-color: #6C6D00;
}
</style>