Shades of Olive #6B6807
Tints of Olive #6B6807
RGB
CMYK
RGB Variations
Color information
#6B6807 (or 0x6B6807) is known color: Olive. HEX triplet: 6B, 68 and 07. RGB value is (107,104,7). Sum of RGB (Red+Green+Blue) = 107+104+7=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6807 is #9497F8. Grayscale: #5E5E5E. Windows color (decimal): -9738233 or 485483. OLE color: 485483.
HSL color Cylindrical-coordinate representation of color #6B6807: hue angle of 58.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B6807 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 7 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.58 |
| HSL | 58.2º | 0.88% | 0.22% | - |
| HSV(B) | 58.2º | 0.93% | 0.42% | - |
| XYZ | 11.05 | 13.04 | 2.14 | - |
| YUV | 93.84 | 78.99 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 7 | 0 | 0.03 | 0.93 | 0.58 | 58.2 | 0.88 | 0.22 |
| Hex | 6B | 68 | 7 | 0 | 3 | 5D | 3A | 3A | 58 | 16 |
| Octal | 153 | 150 | 7 | 0 | 3 | 135 | 72 | 72 | 130 | 26 |
| Binary | 1101011 | 1101000 | 111 | 0 | 11 | 1011101 | 111010 | 111010 | 1011000 | 10110 |
Color Harmonies of #6B6807
Complementary color
Monochromatic Colors of #6B6807
Black with #6B6807
Text Example
Text Example
White with #6B6807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6807; }
p { color: rgb(107,104,7); }
H1.HeaderClassName
{
color: #6B6807;
}
.AnyTagClassName
{
color: #6B6807;
}
</style>
background-color css
<style>
a { background-color: #6B6807; }
a { background-color: rgb(107,104,7); }
div.DivClassName
{
background-color: #6B6807;
}
.BgClassName
{
background-color: #6B6807;
}
</style>
border-color css
<style>
span { border-color: #6B6807; }
span { border-color: rgb(107,104,7); }
td.TdClassName
{
border-color: #6B6807;
}
.TagClassName
{
border-color: #6B6807;
}
</style>