Shades of Olive #648700
Tints of Olive #648700
RGB
CMYK
RGB Variations
Color information
#648700 (or 0x648700) is known color: Olive. HEX triplet: 64, 87 and 00. RGB value is (100,135,0). Sum of RGB (Red+Green+Blue) = 100+135+0=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #648700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648700 is #9B78FF. Grayscale: #6D6D6D. Windows color (decimal): -10189056 or 34660. OLE color: 34660.
HSL color Cylindrical-coordinate representation of color #648700: hue angle of 75.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #648700 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.47 |
| HSL | 75.56º | 1% | 0.26% | - |
| HSV(B) | 75.56º | 1% | 0.53% | - |
| XYZ | 13.92 | 20.04 | 3.13 | - |
| YUV | 109.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 0 | 0.26 | 0 | 1 | 0.47 | 75.56 | 1 | 0.26 |
| Hex | 64 | 87 | 0 | 1A | 0 | 64 | 2F | 4C | 64 | 1A |
| Octal | 144 | 207 | 0 | 32 | 0 | 144 | 57 | 114 | 144 | 32 |
| Binary | 1100100 | 10000111 | 0 | 11010 | 0 | 1100100 | 101111 | 1001100 | 1100100 | 11010 |
Color Harmonies of #648700
Complementary color
Monochromatic Colors of #648700
Black with #648700
Text Example
Text Example
White with #648700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648700; }
p { color: rgb(100,135,0); }
H1.HeaderClassName
{
color: #648700;
}
.AnyTagClassName
{
color: #648700;
}
</style>
background-color css
<style>
a { background-color: #648700; }
a { background-color: rgb(100,135,0); }
div.DivClassName
{
background-color: #648700;
}
.BgClassName
{
background-color: #648700;
}
</style>
border-color css
<style>
span { border-color: #648700; }
span { border-color: rgb(100,135,0); }
td.TdClassName
{
border-color: #648700;
}
.TagClassName
{
border-color: #648700;
}
</style>