Shades of Olive Drab #648109
Tints of Olive Drab #648109
RGB
CMYK
RGB Variations
Color information
#648109 (or 0x648109) is known color: Olive Drab. HEX triplet: 64, 81 and 09. RGB value is (100,129,9). Sum of RGB (Red+Green+Blue) = 100+129+9=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #648109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648109 is #9B7EF6. Grayscale: #6B6B6B. Windows color (decimal): -10190583 or 622948. OLE color: 622948.
HSL color Cylindrical-coordinate representation of color #648109: hue angle of 74.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #648109 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 9 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.49 |
| HSL | 74.5º | 0.87% | 0.27% | - |
| HSV(B) | 74.5º | 0.93% | 0.51% | - |
| XYZ | 13.16 | 18.43 | 3.12 | - |
| YUV | 106.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 9 | 0.22 | 0 | 0.93 | 0.49 | 74.5 | 0.87 | 0.27 |
| Hex | 64 | 81 | 9 | 16 | 0 | 5D | 31 | 4A | 57 | 1B |
| Octal | 144 | 201 | 11 | 26 | 0 | 135 | 61 | 112 | 127 | 33 |
| Binary | 1100100 | 10000001 | 1001 | 10110 | 0 | 1011101 | 110001 | 1001010 | 1010111 | 11011 |
Color Harmonies of #648109
Complementary color
Monochromatic Colors of #648109
Black with #648109
Text Example
Text Example
White with #648109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648109; }
p { color: rgb(100,129,9); }
H1.HeaderClassName
{
color: #648109;
}
.AnyTagClassName
{
color: #648109;
}
</style>
background-color css
<style>
a { background-color: #648109; }
a { background-color: rgb(100,129,9); }
div.DivClassName
{
background-color: #648109;
}
.BgClassName
{
background-color: #648109;
}
</style>
border-color css
<style>
span { border-color: #648109; }
span { border-color: rgb(100,129,9); }
td.TdClassName
{
border-color: #648109;
}
.TagClassName
{
border-color: #648109;
}
</style>