Shades of Olive #6B6800
Tints of Olive #6B6800
RGB
CMYK
RGB Variations
Color information
#6B6800 (or 0x6B6800) is known color: Olive. HEX triplet: 6B, 68 and 00. RGB value is (107,104,0). Sum of RGB (Red+Green+Blue) = 107+104+0=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6800 is #9497FF. Grayscale: #5D5D5D. Windows color (decimal): -9738240 or 26731. OLE color: 26731.
HSL color Cylindrical-coordinate representation of color #6B6800: hue angle of 58.32º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B6800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.58 |
| HSL | 58.32º | 1% | 0.21% | - |
| HSV(B) | 58.32º | 1% | 0.42% | - |
| XYZ | 11.01 | 13.03 | 1.93 | - |
| YUV | 93.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 0 | 0 | 0.03 | 1 | 0.58 | 58.32 | 1 | 0.21 |
| Hex | 6B | 68 | 0 | 0 | 3 | 64 | 3A | 3A | 64 | 15 |
| Octal | 153 | 150 | 0 | 0 | 3 | 144 | 72 | 72 | 144 | 25 |
| Binary | 1101011 | 1101000 | 0 | 0 | 11 | 1100100 | 111010 | 111010 | 1100100 | 10101 |
Color Harmonies of #6B6800
Complementary color
Monochromatic Colors of #6B6800
Black with #6B6800
Text Example
Text Example
White with #6B6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6800; }
p { color: rgb(107,104,0); }
H1.HeaderClassName
{
color: #6B6800;
}
.AnyTagClassName
{
color: #6B6800;
}
</style>
background-color css
<style>
a { background-color: #6B6800; }
a { background-color: rgb(107,104,0); }
div.DivClassName
{
background-color: #6B6800;
}
.BgClassName
{
background-color: #6B6800;
}
</style>
border-color css
<style>
span { border-color: #6B6800; }
span { border-color: rgb(107,104,0); }
td.TdClassName
{
border-color: #6B6800;
}
.TagClassName
{
border-color: #6B6800;
}
</style>