Shades of Olive #656900
Tints of Olive #656900
RGB
CMYK
RGB Variations
Color information
#656900 (or 0x656900) is known color: Olive. HEX triplet: 65, 69 and 00. RGB value is (101,105,0). Sum of RGB (Red+Green+Blue) = 101+105+0=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #656900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656900 is #9A96FF. Grayscale: #5C5C5C. Windows color (decimal): -10131200 or 26981. OLE color: 26981.
HSL color Cylindrical-coordinate representation of color #656900: hue angle of 62.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #656900 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.59 |
| HSL | 62.29º | 1% | 0.21% | - |
| HSV(B) | 62.29º | 1% | 0.41% | - |
| XYZ | 10.42 | 12.87 | 1.94 | - |
| YUV | 91.83 | 76.17 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 0 | 0.04 | 0 | 1 | 0.59 | 62.29 | 1 | 0.21 |
| Hex | 65 | 69 | 0 | 4 | 0 | 64 | 3B | 3E | 64 | 15 |
| Octal | 145 | 151 | 0 | 4 | 0 | 144 | 73 | 76 | 144 | 25 |
| Binary | 1100101 | 1101001 | 0 | 100 | 0 | 1100100 | 111011 | 111110 | 1100100 | 10101 |
Color Harmonies of #656900
Complementary color
Monochromatic Colors of #656900
Black with #656900
Text Example
Text Example
White with #656900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656900; }
p { color: rgb(101,105,0); }
H1.HeaderClassName
{
color: #656900;
}
.AnyTagClassName
{
color: #656900;
}
</style>
background-color css
<style>
a { background-color: #656900; }
a { background-color: rgb(101,105,0); }
div.DivClassName
{
background-color: #656900;
}
.BgClassName
{
background-color: #656900;
}
</style>
border-color css
<style>
span { border-color: #656900; }
span { border-color: rgb(101,105,0); }
td.TdClassName
{
border-color: #656900;
}
.TagClassName
{
border-color: #656900;
}
</style>