Shades of Olive #656A00
Tints of Olive #656A00
RGB
CMYK
RGB Variations
Color information
#656A00 (or 0x656A00) is known color: Olive. HEX triplet: 65, 6A and 00. RGB value is (101,106,0). Sum of RGB (Red+Green+Blue) = 101+106+0=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #656A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656A00 is #9A95FF. Grayscale: #5C5C5C. Windows color (decimal): -10130944 or 27237. OLE color: 27237.
HSL color Cylindrical-coordinate representation of color #656A00: hue angle of 62.83º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #656A00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.58 |
| HSL | 62.83º | 1% | 0.21% | - |
| HSV(B) | 62.83º | 1% | 0.42% | - |
| XYZ | 10.52 | 13.07 | 1.97 | - |
| YUV | 92.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 0 | 0.05 | 0 | 1 | 0.58 | 62.83 | 1 | 0.21 |
| Hex | 65 | 6A | 0 | 5 | 0 | 64 | 3A | 3F | 64 | 15 |
| Octal | 145 | 152 | 0 | 5 | 0 | 144 | 72 | 77 | 144 | 25 |
| Binary | 1100101 | 1101010 | 0 | 101 | 0 | 1100100 | 111010 | 111111 | 1100100 | 10101 |
Color Harmonies of #656A00
Complementary color
Monochromatic Colors of #656A00
Black with #656A00
Text Example
Text Example
White with #656A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A00; }
p { color: rgb(101,106,0); }
H1.HeaderClassName
{
color: #656A00;
}
.AnyTagClassName
{
color: #656A00;
}
</style>
background-color css
<style>
a { background-color: #656A00; }
a { background-color: rgb(101,106,0); }
div.DivClassName
{
background-color: #656A00;
}
.BgClassName
{
background-color: #656A00;
}
</style>
border-color css
<style>
span { border-color: #656A00; }
span { border-color: rgb(101,106,0); }
td.TdClassName
{
border-color: #656A00;
}
.TagClassName
{
border-color: #656A00;
}
</style>