Shades of Olive Drab #648608
Tints of Olive Drab #648608
RGB
CMYK
RGB Variations
Color information
#648608 (or 0x648608) is known color: Olive Drab. HEX triplet: 64, 86 and 08. RGB value is (100,134,8). Sum of RGB (Red+Green+Blue) = 100+134+8=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #648608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648608 is #9B79F7. Grayscale: #6D6D6D. Windows color (decimal): -10189304 or 558692. OLE color: 558692.
HSL color Cylindrical-coordinate representation of color #648608: hue angle of 76.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #648608 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 8 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.47 |
| HSL | 76.19º | 0.89% | 0.28% | - |
| HSV(B) | 76.19º | 0.94% | 0.53% | - |
| XYZ | 13.82 | 19.78 | 3.32 | - |
| YUV | 109.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 8 | 0.25 | 0 | 0.94 | 0.47 | 76.19 | 0.89 | 0.28 |
| Hex | 64 | 86 | 8 | 19 | 0 | 5E | 2F | 4C | 59 | 1C |
| Octal | 144 | 206 | 10 | 31 | 0 | 136 | 57 | 114 | 131 | 34 |
| Binary | 1100100 | 10000110 | 1000 | 11001 | 0 | 1011110 | 101111 | 1001100 | 1011001 | 11100 |
Color Harmonies of #648608
Complementary color
Monochromatic Colors of #648608
Black with #648608
Text Example
Text Example
White with #648608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648608; }
p { color: rgb(100,134,8); }
H1.HeaderClassName
{
color: #648608;
}
.AnyTagClassName
{
color: #648608;
}
</style>
background-color css
<style>
a { background-color: #648608; }
a { background-color: rgb(100,134,8); }
div.DivClassName
{
background-color: #648608;
}
.BgClassName
{
background-color: #648608;
}
</style>
border-color css
<style>
span { border-color: #648608; }
span { border-color: rgb(100,134,8); }
td.TdClassName
{
border-color: #648608;
}
.TagClassName
{
border-color: #648608;
}
</style>