Shades of Olive Drab #648B23
Tints of Olive Drab #648B23
RGB
CMYK
RGB Variations
Color information
#648B23 (or 0x648B23) is known color: Olive Drab. HEX triplet: 64, 8B and 23. RGB value is (100,139,35). Sum of RGB (Red+Green+Blue) = 100+139+35=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #648B23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B23 is #9B74DC. Grayscale: #737373. Windows color (decimal): -10187997 or 2329444. OLE color: 2329444.
HSL color Cylindrical-coordinate representation of color #648B23: hue angle of 82.5º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #648B23 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 35 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.45 |
| HSL | 82.5º | 0.6% | 0.34% | - |
| HSV(B) | 82.5º | 0.75% | 0.55% | - |
| XYZ | 14.79 | 21.3 | 4.92 | - |
| YUV | 115.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 35 | 0.28 | 0 | 0.75 | 0.45 | 82.5 | 0.6 | 0.34 |
| Hex | 64 | 8B | 23 | 1C | 0 | 4B | 2D | 52 | 3C | 22 |
| Octal | 144 | 213 | 43 | 34 | 0 | 113 | 55 | 122 | 74 | 42 |
| Binary | 1100100 | 10001011 | 100011 | 11100 | 0 | 1001011 | 101101 | 1010010 | 111100 | 100010 |
Color Harmonies of #648B23
Complementary color
Monochromatic Colors of #648B23
Black with #648B23
Text Example
Text Example
White with #648B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B23; }
p { color: rgb(100,139,35); }
H1.HeaderClassName
{
color: #648B23;
}
.AnyTagClassName
{
color: #648B23;
}
</style>
background-color css
<style>
a { background-color: #648B23; }
a { background-color: rgb(100,139,35); }
div.DivClassName
{
background-color: #648B23;
}
.BgClassName
{
background-color: #648B23;
}
</style>
border-color css
<style>
span { border-color: #648B23; }
span { border-color: rgb(100,139,35); }
td.TdClassName
{
border-color: #648B23;
}
.TagClassName
{
border-color: #648B23;
}
</style>