Shades of Olive Drab #648125
Tints of Olive Drab #648125
RGB
CMYK
RGB Variations
Color information
#648125 (or 0x648125) is known color: Olive Drab. HEX triplet: 64, 81 and 25. RGB value is (100,129,37). Sum of RGB (Red+Green+Blue) = 100+129+37=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #648125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648125 is #9B7EDA. Grayscale: #6E6E6E. Windows color (decimal): -10190555 or 2457956. OLE color: 2457956.
HSL color Cylindrical-coordinate representation of color #648125: hue angle of 78.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #648125 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 37 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.49 |
| HSL | 78.91º | 0.55% | 0.33% | - |
| HSV(B) | 78.91º | 0.71% | 0.51% | - |
| XYZ | 13.44 | 18.54 | 4.62 | - |
| YUV | 109.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 37 | 0.22 | 0 | 0.71 | 0.49 | 78.91 | 0.55 | 0.33 |
| Hex | 64 | 81 | 25 | 16 | 0 | 47 | 31 | 4F | 37 | 21 |
| Octal | 144 | 201 | 45 | 26 | 0 | 107 | 61 | 117 | 67 | 41 |
| Binary | 1100100 | 10000001 | 100101 | 10110 | 0 | 1000111 | 110001 | 1001111 | 110111 | 100001 |
Color Harmonies of #648125
Complementary color
Monochromatic Colors of #648125
Black with #648125
Text Example
Text Example
White with #648125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648125; }
p { color: rgb(100,129,37); }
H1.HeaderClassName
{
color: #648125;
}
.AnyTagClassName
{
color: #648125;
}
</style>
background-color css
<style>
a { background-color: #648125; }
a { background-color: rgb(100,129,37); }
div.DivClassName
{
background-color: #648125;
}
.BgClassName
{
background-color: #648125;
}
</style>
border-color css
<style>
span { border-color: #648125; }
span { border-color: rgb(100,129,37); }
td.TdClassName
{
border-color: #648125;
}
.TagClassName
{
border-color: #648125;
}
</style>