Shades of Olive #648400
Tints of Olive #648400
RGB
CMYK
RGB Variations
Color information
#648400 (or 0x648400) is known color: Olive. HEX triplet: 64, 84 and 00. RGB value is (100,132,0). Sum of RGB (Red+Green+Blue) = 100+132+0=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #648400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648400 is #9B7BFF. Grayscale: #6B6B6B. Windows color (decimal): -10189824 or 33892. OLE color: 33892.
HSL color Cylindrical-coordinate representation of color #648400: hue angle of 74.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #648400 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.48 |
| HSL | 74.55º | 1% | 0.26% | - |
| HSV(B) | 74.55º | 1% | 0.52% | - |
| XYZ | 13.51 | 19.21 | 3 | - |
| YUV | 107.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 0 | 0.24 | 0 | 1 | 0.48 | 74.55 | 1 | 0.26 |
| Hex | 64 | 84 | 0 | 18 | 0 | 64 | 30 | 4B | 64 | 1A |
| Octal | 144 | 204 | 0 | 30 | 0 | 144 | 60 | 113 | 144 | 32 |
| Binary | 1100100 | 10000100 | 0 | 11000 | 0 | 1100100 | 110000 | 1001011 | 1100100 | 11010 |
Color Harmonies of #648400
Complementary color
Monochromatic Colors of #648400
Black with #648400
Text Example
Text Example
White with #648400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648400; }
p { color: rgb(100,132,0); }
H1.HeaderClassName
{
color: #648400;
}
.AnyTagClassName
{
color: #648400;
}
</style>
background-color css
<style>
a { background-color: #648400; }
a { background-color: rgb(100,132,0); }
div.DivClassName
{
background-color: #648400;
}
.BgClassName
{
background-color: #648400;
}
</style>
border-color css
<style>
span { border-color: #648400; }
span { border-color: rgb(100,132,0); }
td.TdClassName
{
border-color: #648400;
}
.TagClassName
{
border-color: #648400;
}
</style>