Shades of Olive #6D6500
Tints of Olive #6D6500
RGB
CMYK
RGB Variations
Color information
#6D6500 (or 0x6D6500) is known color: Olive. HEX triplet: 6D, 65 and 00. RGB value is (109,101,0). Sum of RGB (Red+Green+Blue) = 109+101+0=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6500 is #929AFF. Grayscale: #5C5C5C. Windows color (decimal): -9607936 or 25965. OLE color: 25965.
HSL color Cylindrical-coordinate representation of color #6D6500: hue angle of 55.6º 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 #6D6500 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 101 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.57 |
| HSL | 55.6º | 1% | 0.21% | - |
| HSV(B) | 55.6º | 1% | 0.43% | - |
| XYZ | 10.96 | 12.56 | 1.85 | - |
| YUV | 91.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 0 | 0 | 0.07 | 1 | 0.57 | 55.6 | 1 | 0.21 |
| Hex | 6D | 65 | 0 | 0 | 7 | 64 | 39 | 38 | 64 | 15 |
| Octal | 155 | 145 | 0 | 0 | 7 | 144 | 71 | 70 | 144 | 25 |
| Binary | 1101101 | 1100101 | 0 | 0 | 111 | 1100100 | 111001 | 111000 | 1100100 | 10101 |
Color Harmonies of #6D6500
Complementary color
Monochromatic Colors of #6D6500
Black with #6D6500
Text Example
Text Example
White with #6D6500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6500; }
p { color: rgb(109,101,0); }
H1.HeaderClassName
{
color: #6D6500;
}
.AnyTagClassName
{
color: #6D6500;
}
</style>
background-color css
<style>
a { background-color: #6D6500; }
a { background-color: rgb(109,101,0); }
div.DivClassName
{
background-color: #6D6500;
}
.BgClassName
{
background-color: #6D6500;
}
</style>
border-color css
<style>
span { border-color: #6D6500; }
span { border-color: rgb(109,101,0); }
td.TdClassName
{
border-color: #6D6500;
}
.TagClassName
{
border-color: #6D6500;
}
</style>