Shades of Olive #656800
Tints of Olive #656800
RGB
CMYK
RGB Variations
Color information
#656800 (or 0x656800) is known color: Olive. HEX triplet: 65, 68 and 00. RGB value is (101,104,0). Sum of RGB (Red+Green+Blue) = 101+104+0=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #656800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656800 is #9A97FF. Grayscale: #5B5B5B. Windows color (decimal): -10131456 or 26725. OLE color: 26725.
HSL color Cylindrical-coordinate representation of color #656800: hue angle of 61.73º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #656800 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.59 |
| HSL | 61.73º | 1% | 0.2% | - |
| HSV(B) | 61.73º | 1% | 0.41% | - |
| XYZ | 10.32 | 12.67 | 1.9 | - |
| YUV | 91.25 | 76.51 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 0 | 0.03 | 0 | 1 | 0.59 | 61.73 | 1 | 0.2 |
| Hex | 65 | 68 | 0 | 3 | 0 | 64 | 3B | 3E | 64 | 14 |
| Octal | 145 | 150 | 0 | 3 | 0 | 144 | 73 | 76 | 144 | 24 |
| Binary | 1100101 | 1101000 | 0 | 11 | 0 | 1100100 | 111011 | 111110 | 1100100 | 10100 |
Color Harmonies of #656800
Complementary color
Monochromatic Colors of #656800
Black with #656800
Text Example
Text Example
White with #656800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656800; }
p { color: rgb(101,104,0); }
H1.HeaderClassName
{
color: #656800;
}
.AnyTagClassName
{
color: #656800;
}
</style>
background-color css
<style>
a { background-color: #656800; }
a { background-color: rgb(101,104,0); }
div.DivClassName
{
background-color: #656800;
}
.BgClassName
{
background-color: #656800;
}
</style>
border-color css
<style>
span { border-color: #656800; }
span { border-color: rgb(101,104,0); }
td.TdClassName
{
border-color: #656800;
}
.TagClassName
{
border-color: #656800;
}
</style>