Shades of Olive Drab #648B09
Tints of Olive Drab #648B09
RGB
CMYK
RGB Variations
Color information
#648B09 (or 0x648B09) is known color: Olive Drab. HEX triplet: 64, 8B and 09. RGB value is (100,139,9). Sum of RGB (Red+Green+Blue) = 100+139+9=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #648B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648B09 is #9B74F6. Grayscale: #707070. Windows color (decimal): -10188023 or 625508. OLE color: 625508.
HSL color Cylindrical-coordinate representation of color #648B09: hue angle of 78º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #648B09 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 9 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.45 |
| HSL | 78º | 0.88% | 0.29% | - |
| HSV(B) | 78º | 0.94% | 0.55% | - |
| XYZ | 14.54 | 21.19 | 3.58 | - |
| YUV | 112.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 9 | 0.28 | 0 | 0.94 | 0.45 | 78 | 0.88 | 0.29 |
| Hex | 64 | 8B | 9 | 1C | 0 | 5E | 2D | 4E | 58 | 1D |
| Octal | 144 | 213 | 11 | 34 | 0 | 136 | 55 | 116 | 130 | 35 |
| Binary | 1100100 | 10001011 | 1001 | 11100 | 0 | 1011110 | 101101 | 1001110 | 1011000 | 11101 |
Color Harmonies of #648B09
Complementary color
Monochromatic Colors of #648B09
Black with #648B09
Text Example
Text Example
White with #648B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B09; }
p { color: rgb(100,139,9); }
H1.HeaderClassName
{
color: #648B09;
}
.AnyTagClassName
{
color: #648B09;
}
</style>
background-color css
<style>
a { background-color: #648B09; }
a { background-color: rgb(100,139,9); }
div.DivClassName
{
background-color: #648B09;
}
.BgClassName
{
background-color: #648B09;
}
</style>
border-color css
<style>
span { border-color: #648B09; }
span { border-color: rgb(100,139,9); }
td.TdClassName
{
border-color: #648B09;
}
.TagClassName
{
border-color: #648B09;
}
</style>