Shades of Olive Drab #648C09
Tints of Olive Drab #648C09
RGB
CMYK
RGB Variations
Color information
#648C09 (or 0x648C09) is known color: Olive Drab. HEX triplet: 64, 8C and 09. RGB value is (100,140,9). Sum of RGB (Red+Green+Blue) = 100+140+9=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #648C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648C09 is #9B73F6. Grayscale: #717171. Windows color (decimal): -10187767 or 625764. OLE color: 625764.
HSL color Cylindrical-coordinate representation of color #648C09: hue angle of 78.32º 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 #648C09 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 9 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.45 |
| HSL | 78.32º | 0.88% | 0.29% | - |
| HSV(B) | 78.32º | 0.94% | 0.55% | - |
| XYZ | 14.68 | 21.49 | 3.63 | - |
| YUV | 113.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 9 | 0.29 | 0 | 0.94 | 0.45 | 78.32 | 0.88 | 0.29 |
| Hex | 64 | 8C | 9 | 1D | 0 | 5E | 2D | 4E | 58 | 1D |
| Octal | 144 | 214 | 11 | 35 | 0 | 136 | 55 | 116 | 130 | 35 |
| Binary | 1100100 | 10001100 | 1001 | 11101 | 0 | 1011110 | 101101 | 1001110 | 1011000 | 11101 |
Color Harmonies of #648C09
Complementary color
Monochromatic Colors of #648C09
Black with #648C09
Text Example
Text Example
White with #648C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C09; }
p { color: rgb(100,140,9); }
H1.HeaderClassName
{
color: #648C09;
}
.AnyTagClassName
{
color: #648C09;
}
</style>
background-color css
<style>
a { background-color: #648C09; }
a { background-color: rgb(100,140,9); }
div.DivClassName
{
background-color: #648C09;
}
.BgClassName
{
background-color: #648C09;
}
</style>
border-color css
<style>
span { border-color: #648C09; }
span { border-color: rgb(100,140,9); }
td.TdClassName
{
border-color: #648C09;
}
.TagClassName
{
border-color: #648C09;
}
</style>