Shades of Olive #656B00
Tints of Olive #656B00
RGB
CMYK
RGB Variations
Color information
#656B00 (or 0x656B00) is known color: Olive. HEX triplet: 65, 6B and 00. RGB value is (101,107,0). Sum of RGB (Red+Green+Blue) = 101+107+0=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 107 (42.19% from 255 or 51.44% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 107 - color contains mainly: green. Hex color #656B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656B00 is #9A94FF. Grayscale: #5D5D5D. Windows color (decimal): -10130688 or 27493. OLE color: 27493.
HSL color Cylindrical-coordinate representation of color #656B00: hue angle of 63.36º 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 #656B00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.58 |
| HSL | 63.36º | 1% | 0.21% | - |
| HSV(B) | 63.36º | 1% | 0.42% | - |
| XYZ | 10.62 | 13.28 | 2 | - |
| YUV | 93.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 0 | 0.06 | 0 | 1 | 0.58 | 63.36 | 1 | 0.21 |
| Hex | 65 | 6B | 0 | 6 | 0 | 64 | 3A | 3F | 64 | 15 |
| Octal | 145 | 153 | 0 | 6 | 0 | 144 | 72 | 77 | 144 | 25 |
| Binary | 1100101 | 1101011 | 0 | 110 | 0 | 1100100 | 111010 | 111111 | 1100100 | 10101 |
Color Harmonies of #656B00
Complementary color
Monochromatic Colors of #656B00
Black with #656B00
Text Example
Text Example
White with #656B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B00; }
p { color: rgb(101,107,0); }
H1.HeaderClassName
{
color: #656B00;
}
.AnyTagClassName
{
color: #656B00;
}
</style>
background-color css
<style>
a { background-color: #656B00; }
a { background-color: rgb(101,107,0); }
div.DivClassName
{
background-color: #656B00;
}
.BgClassName
{
background-color: #656B00;
}
</style>
border-color css
<style>
span { border-color: #656B00; }
span { border-color: rgb(101,107,0); }
td.TdClassName
{
border-color: #656B00;
}
.TagClassName
{
border-color: #656B00;
}
</style>