Shades of Olive #6C8608
Tints of Olive #6C8608
RGB
CMYK
RGB Variations
Color information
#6C8608 (or 0x6C8608) is known color: Olive. HEX triplet: 6C, 86 and 08. RGB value is (108,134,8). Sum of RGB (Red+Green+Blue) = 108+134+8=250 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.2% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8608 is #9379F7. Grayscale: #707070. Windows color (decimal): -9665016 or 558700. OLE color: 558700.
HSL color Cylindrical-coordinate representation of color #6C8608: hue angle of 72.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C8608 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 8 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.47 |
| HSL | 72.38º | 0.89% | 0.28% | - |
| HSV(B) | 72.38º | 0.94% | 0.53% | - |
| XYZ | 14.75 | 20.26 | 3.36 | - |
| YUV | 111.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 8 | 0.19 | 0 | 0.94 | 0.47 | 72.38 | 0.89 | 0.28 |
| Hex | 6C | 86 | 8 | 13 | 0 | 5E | 2F | 48 | 59 | 1C |
| Octal | 154 | 206 | 10 | 23 | 0 | 136 | 57 | 110 | 131 | 34 |
| Binary | 1101100 | 10000110 | 1000 | 10011 | 0 | 1011110 | 101111 | 1001000 | 1011001 | 11100 |
Color Harmonies of #6C8608
Complementary color
Monochromatic Colors of #6C8608
Black with #6C8608
Text Example
Text Example
White with #6C8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8608; }
p { color: rgb(108,134,8); }
H1.HeaderClassName
{
color: #6C8608;
}
.AnyTagClassName
{
color: #6C8608;
}
</style>
background-color css
<style>
a { background-color: #6C8608; }
a { background-color: rgb(108,134,8); }
div.DivClassName
{
background-color: #6C8608;
}
.BgClassName
{
background-color: #6C8608;
}
</style>
border-color css
<style>
span { border-color: #6C8608; }
span { border-color: rgb(108,134,8); }
td.TdClassName
{
border-color: #6C8608;
}
.TagClassName
{
border-color: #6C8608;
}
</style>