Shades of Olive Drab #648117
Tints of Olive Drab #648117
RGB
CMYK
RGB Variations
Color information
#648117 (or 0x648117) is known color: Olive Drab. HEX triplet: 64, 81 and 17. RGB value is (100,129,23). Sum of RGB (Red+Green+Blue) = 100+129+23=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #648117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648117 is #9B7EE8. Grayscale: #6C6C6C. Windows color (decimal): -10190569 or 1540452. OLE color: 1540452.
HSL color Cylindrical-coordinate representation of color #648117: hue angle of 76.42º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #648117 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 23 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.49 |
| HSL | 76.42º | 0.7% | 0.3% | - |
| HSV(B) | 76.42º | 0.82% | 0.51% | - |
| XYZ | 13.26 | 18.47 | 3.68 | - |
| YUV | 108.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 23 | 0.22 | 0 | 0.82 | 0.49 | 76.42 | 0.7 | 0.3 |
| Hex | 64 | 81 | 17 | 16 | 0 | 52 | 31 | 4C | 46 | 1E |
| Octal | 144 | 201 | 27 | 26 | 0 | 122 | 61 | 114 | 106 | 36 |
| Binary | 1100100 | 10000001 | 10111 | 10110 | 0 | 1010010 | 110001 | 1001100 | 1000110 | 11110 |
Color Harmonies of #648117
Complementary color
Monochromatic Colors of #648117
Black with #648117
Text Example
Text Example
White with #648117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648117; }
p { color: rgb(100,129,23); }
H1.HeaderClassName
{
color: #648117;
}
.AnyTagClassName
{
color: #648117;
}
</style>
background-color css
<style>
a { background-color: #648117; }
a { background-color: rgb(100,129,23); }
div.DivClassName
{
background-color: #648117;
}
.BgClassName
{
background-color: #648117;
}
</style>
border-color css
<style>
span { border-color: #648117; }
span { border-color: rgb(100,129,23); }
td.TdClassName
{
border-color: #648117;
}
.TagClassName
{
border-color: #648117;
}
</style>