Shades of Olive #6D6200
Tints of Olive #6D6200
RGB
CMYK
RGB Variations
Color information
#6D6200 (or 0x6D6200) is known color: Olive. HEX triplet: 6D, 62 and 00. RGB value is (109,98,0). Sum of RGB (Red+Green+Blue) = 109+98+0=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6200 is #929DFF. Grayscale: #5A5A5A. Windows color (decimal): -9608704 or 25197. OLE color: 25197.
HSL color Cylindrical-coordinate representation of color #6D6200: hue angle of 53.94º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D6200 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 98 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.57 |
| HSL | 53.94º | 1% | 0.21% | - |
| HSV(B) | 53.94º | 1% | 0.43% | - |
| XYZ | 10.67 | 11.99 | 1.75 | - |
| YUV | 90.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 98 | 0 | 0 | 0.10 | 1 | 0.57 | 53.94 | 1 | 0.21 |
| Hex | 6D | 62 | 0 | 0 | A | 64 | 39 | 36 | 64 | 15 |
| Octal | 155 | 142 | 0 | 0 | 12 | 144 | 71 | 66 | 144 | 25 |
| Binary | 1101101 | 1100010 | 0 | 0 | 1010 | 1100100 | 111001 | 110110 | 1100100 | 10101 |
Color Harmonies of #6D6200
Complementary color
Monochromatic Colors of #6D6200
Black with #6D6200
Text Example
Text Example
White with #6D6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6200; }
p { color: rgb(109,98,0); }
H1.HeaderClassName
{
color: #6D6200;
}
.AnyTagClassName
{
color: #6D6200;
}
</style>
background-color css
<style>
a { background-color: #6D6200; }
a { background-color: rgb(109,98,0); }
div.DivClassName
{
background-color: #6D6200;
}
.BgClassName
{
background-color: #6D6200;
}
</style>
border-color css
<style>
span { border-color: #6D6200; }
span { border-color: rgb(109,98,0); }
td.TdClassName
{
border-color: #6D6200;
}
.TagClassName
{
border-color: #6D6200;
}
</style>