Shades of Olive Drab #648023
Tints of Olive Drab #648023
RGB
CMYK
RGB Variations
Color information
#648023 (or 0x648023) is known color: Olive Drab. HEX triplet: 64, 80 and 23. RGB value is (100,128,35). Sum of RGB (Red+Green+Blue) = 100+128+35=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #648023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648023 is #9B7FDC. Grayscale: #6D6D6D. Windows color (decimal): -10190813 or 2326628. OLE color: 2326628.
HSL color Cylindrical-coordinate representation of color #648023: hue angle of 78.06º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #648023 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 35 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.50 |
| HSL | 78.06º | 0.57% | 0.32% | - |
| HSV(B) | 78.06º | 0.73% | 0.5% | - |
| XYZ | 13.28 | 18.27 | 4.42 | - |
| YUV | 109.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 35 | 0.22 | 0 | 0.73 | 0.50 | 78.06 | 0.57 | 0.32 |
| Hex | 64 | 80 | 23 | 16 | 0 | 49 | 32 | 4E | 39 | 20 |
| Octal | 144 | 200 | 43 | 26 | 0 | 111 | 62 | 116 | 71 | 40 |
| Binary | 1100100 | 10000000 | 100011 | 10110 | 0 | 1001001 | 110010 | 1001110 | 111001 | 100000 |
Color Harmonies of #648023
Complementary color
Monochromatic Colors of #648023
Black with #648023
Text Example
Text Example
White with #648023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648023; }
p { color: rgb(100,128,35); }
H1.HeaderClassName
{
color: #648023;
}
.AnyTagClassName
{
color: #648023;
}
</style>
background-color css
<style>
a { background-color: #648023; }
a { background-color: rgb(100,128,35); }
div.DivClassName
{
background-color: #648023;
}
.BgClassName
{
background-color: #648023;
}
</style>
border-color css
<style>
span { border-color: #648023; }
span { border-color: rgb(100,128,35); }
td.TdClassName
{
border-color: #648023;
}
.TagClassName
{
border-color: #648023;
}
</style>