Shades of Olive Drab #648B04
Tints of Olive Drab #648B04
RGB
CMYK
RGB Variations
Color information
#648B04 (or 0x648B04) is known color: Olive Drab. HEX triplet: 64, 8B and 04. RGB value is (100,139,4). Sum of RGB (Red+Green+Blue) = 100+139+4=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #648B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648B04 is #9B74FB. Grayscale: #707070. Windows color (decimal): -10188028 or 297828. OLE color: 297828.
HSL color Cylindrical-coordinate representation of color #648B04: hue angle of 77.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #648B04 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 4 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.45 |
| HSL | 77.33º | 0.94% | 0.28% | - |
| HSV(B) | 77.33º | 0.97% | 0.55% | - |
| XYZ | 14.51 | 21.18 | 3.44 | - |
| YUV | 111.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 4 | 0.28 | 0 | 0.97 | 0.45 | 77.33 | 0.94 | 0.28 |
| Hex | 64 | 8B | 4 | 1C | 0 | 61 | 2D | 4D | 5E | 1C |
| Octal | 144 | 213 | 4 | 34 | 0 | 141 | 55 | 115 | 136 | 34 |
| Binary | 1100100 | 10001011 | 100 | 11100 | 0 | 1100001 | 101101 | 1001101 | 1011110 | 11100 |
Color Harmonies of #648B04
Complementary color
Monochromatic Colors of #648B04
Black with #648B04
Text Example
Text Example
White with #648B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B04; }
p { color: rgb(100,139,4); }
H1.HeaderClassName
{
color: #648B04;
}
.AnyTagClassName
{
color: #648B04;
}
</style>
background-color css
<style>
a { background-color: #648B04; }
a { background-color: rgb(100,139,4); }
div.DivClassName
{
background-color: #648B04;
}
.BgClassName
{
background-color: #648B04;
}
</style>
border-color css
<style>
span { border-color: #648B04; }
span { border-color: rgb(100,139,4); }
td.TdClassName
{
border-color: #648B04;
}
.TagClassName
{
border-color: #648B04;
}
</style>