Shades of Olive #6C6908
Tints of Olive #6C6908
RGB
CMYK
RGB Variations
Color information
#6C6908 (or 0x6C6908) is known color: Olive. HEX triplet: 6C, 69 and 08. RGB value is (108,105,8). Sum of RGB (Red+Green+Blue) = 108+105+8=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6908 is #9396F7. Grayscale: #5F5F5F. Windows color (decimal): -9672440 or 551276. OLE color: 551276.
HSL color Cylindrical-coordinate representation of color #6C6908: hue angle of 58.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C6908 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 8 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.58 |
| HSL | 58.2º | 0.86% | 0.23% | - |
| HSV(B) | 58.2º | 0.93% | 0.42% | - |
| XYZ | 11.28 | 13.31 | 2.2 | - |
| YUV | 94.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 8 | 0 | 0.03 | 0.93 | 0.58 | 58.2 | 0.86 | 0.23 |
| Hex | 6C | 69 | 8 | 0 | 3 | 5D | 3A | 3A | 56 | 17 |
| Octal | 154 | 151 | 10 | 0 | 3 | 135 | 72 | 72 | 126 | 27 |
| Binary | 1101100 | 1101001 | 1000 | 0 | 11 | 1011101 | 111010 | 111010 | 1010110 | 10111 |
Color Harmonies of #6C6908
Complementary color
Monochromatic Colors of #6C6908
Black with #6C6908
Text Example
Text Example
White with #6C6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6908; }
p { color: rgb(108,105,8); }
H1.HeaderClassName
{
color: #6C6908;
}
.AnyTagClassName
{
color: #6C6908;
}
</style>
background-color css
<style>
a { background-color: #6C6908; }
a { background-color: rgb(108,105,8); }
div.DivClassName
{
background-color: #6C6908;
}
.BgClassName
{
background-color: #6C6908;
}
</style>
border-color css
<style>
span { border-color: #6C6908; }
span { border-color: rgb(108,105,8); }
td.TdClassName
{
border-color: #6C6908;
}
.TagClassName
{
border-color: #6C6908;
}
</style>