Shades of Olive Drab #648A1E
Tints of Olive Drab #648A1E
RGB
CMYK
RGB Variations
Color information
#648A1E (or 0x648A1E) is known color: Olive Drab. HEX triplet: 64, 8A and 1E. RGB value is (100,138,30). Sum of RGB (Red+Green+Blue) = 100+138+30=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #648A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A1E is #9B75E1. Grayscale: #727272. Windows color (decimal): -10188258 or 2001508. OLE color: 2001508.
HSL color Cylindrical-coordinate representation of color #648A1E: hue angle of 81.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #648A1E is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 138 | 30 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.46 |
| HSL | 81.11º | 0.64% | 0.33% | - |
| HSV(B) | 81.11º | 0.78% | 0.54% | - |
| XYZ | 14.58 | 20.98 | 4.51 | - |
| YUV | 114.33 | 80.41 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 30 | 0.28 | 0 | 0.78 | 0.46 | 81.11 | 0.64 | 0.33 |
| Hex | 64 | 8A | 1E | 1C | 0 | 4E | 2E | 51 | 40 | 21 |
| Octal | 144 | 212 | 36 | 34 | 0 | 116 | 56 | 121 | 100 | 41 |
| Binary | 1100100 | 10001010 | 11110 | 11100 | 0 | 1001110 | 101110 | 1010001 | 1000000 | 100001 |
Color Harmonies of #648A1E
Complementary color
Monochromatic Colors of #648A1E
Black with #648A1E
Text Example
Text Example
White with #648A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648A1E; }
p { color: rgb(100,138,30); }
H1.HeaderClassName
{
color: #648A1E;
}
.AnyTagClassName
{
color: #648A1E;
}
</style>
background-color css
<style>
a { background-color: #648A1E; }
a { background-color: rgb(100,138,30); }
div.DivClassName
{
background-color: #648A1E;
}
.BgClassName
{
background-color: #648A1E;
}
</style>
border-color css
<style>
span { border-color: #648A1E; }
span { border-color: rgb(100,138,30); }
td.TdClassName
{
border-color: #648A1E;
}
.TagClassName
{
border-color: #648A1E;
}
</style>