Shades of Olive #6D7201
Tints of Olive #6D7201
RGB
CMYK
RGB Variations
Color information
#6D7201 (or 0x6D7201) is known color: Olive. HEX triplet: 6D, 72 and 01. RGB value is (109,114,1). Sum of RGB (Red+Green+Blue) = 109+114+1=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7201 is #928DFE. Grayscale: #646464. Windows color (decimal): -9604607 or 94829. OLE color: 94829.
HSL color Cylindrical-coordinate representation of color #6D7201: hue angle of 62.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D7201 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.55 |
| HSL | 62.65º | 0.98% | 0.23% | - |
| HSV(B) | 62.65º | 0.99% | 0.45% | - |
| XYZ | 12.33 | 15.29 | 2.33 | - |
| YUV | 99.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 1 | 0.04 | 0 | 0.99 | 0.55 | 62.65 | 0.98 | 0.23 |
| Hex | 6D | 72 | 1 | 4 | 0 | 63 | 37 | 3F | 62 | 17 |
| Octal | 155 | 162 | 1 | 4 | 0 | 143 | 67 | 77 | 142 | 27 |
| Binary | 1101101 | 1110010 | 1 | 100 | 0 | 1100011 | 110111 | 111111 | 1100010 | 10111 |
Color Harmonies of #6D7201
Complementary color
Monochromatic Colors of #6D7201
Black with #6D7201
Text Example
Text Example
White with #6D7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7201; }
p { color: rgb(109,114,1); }
H1.HeaderClassName
{
color: #6D7201;
}
.AnyTagClassName
{
color: #6D7201;
}
</style>
background-color css
<style>
a { background-color: #6D7201; }
a { background-color: rgb(109,114,1); }
div.DivClassName
{
background-color: #6D7201;
}
.BgClassName
{
background-color: #6D7201;
}
</style>
border-color css
<style>
span { border-color: #6D7201; }
span { border-color: rgb(109,114,1); }
td.TdClassName
{
border-color: #6D7201;
}
.TagClassName
{
border-color: #6D7201;
}
</style>