Shades of Olive #6B7200
Tints of Olive #6B7200
RGB
CMYK
RGB Variations
Color information
#6B7200 (or 0x6B7200) is known color: Olive. HEX triplet: 6B, 72 and 00. RGB value is (107,114,0). Sum of RGB (Red+Green+Blue) = 107+114+0=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7200 is #948DFF. Grayscale: #636363. Windows color (decimal): -9735680 or 29291. OLE color: 29291.
HSL color Cylindrical-coordinate representation of color #6B7200: hue angle of 63.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B7200 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.55 |
| HSL | 63.68º | 1% | 0.22% | - |
| HSV(B) | 63.68º | 1% | 0.45% | - |
| XYZ | 12.08 | 15.16 | 2.29 | - |
| YUV | 98.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 0 | 0.06 | 0 | 1 | 0.55 | 63.68 | 1 | 0.22 |
| Hex | 6B | 72 | 0 | 6 | 0 | 64 | 37 | 40 | 64 | 16 |
| Octal | 153 | 162 | 0 | 6 | 0 | 144 | 67 | 100 | 144 | 26 |
| Binary | 1101011 | 1110010 | 0 | 110 | 0 | 1100100 | 110111 | 1000000 | 1100100 | 10110 |
Color Harmonies of #6B7200
Complementary color
Monochromatic Colors of #6B7200
Black with #6B7200
Text Example
Text Example
White with #6B7200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7200; }
p { color: rgb(107,114,0); }
H1.HeaderClassName
{
color: #6B7200;
}
.AnyTagClassName
{
color: #6B7200;
}
</style>
background-color css
<style>
a { background-color: #6B7200; }
a { background-color: rgb(107,114,0); }
div.DivClassName
{
background-color: #6B7200;
}
.BgClassName
{
background-color: #6B7200;
}
</style>
border-color css
<style>
span { border-color: #6B7200; }
span { border-color: rgb(107,114,0); }
td.TdClassName
{
border-color: #6B7200;
}
.TagClassName
{
border-color: #6B7200;
}
</style>