Shades of Olive Drab #648623
Tints of Olive Drab #648623
RGB
CMYK
RGB Variations
Color information
#648623 (or 0x648623) is known color: Olive Drab. HEX triplet: 64, 86 and 23. RGB value is (100,134,35). Sum of RGB (Red+Green+Blue) = 100+134+35=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #648623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648623 is #9B79DC. Grayscale: #707070. Windows color (decimal): -10189277 or 2328164. OLE color: 2328164.
HSL color Cylindrical-coordinate representation of color #648623: hue angle of 80.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #648623 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 35 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.47 |
| HSL | 80.61º | 0.59% | 0.33% | - |
| HSV(B) | 80.61º | 0.74% | 0.53% | - |
| XYZ | 14.08 | 19.88 | 4.69 | - |
| YUV | 112.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 35 | 0.25 | 0 | 0.74 | 0.47 | 80.61 | 0.59 | 0.33 |
| Hex | 64 | 86 | 23 | 19 | 0 | 4A | 2F | 51 | 3B | 21 |
| Octal | 144 | 206 | 43 | 31 | 0 | 112 | 57 | 121 | 73 | 41 |
| Binary | 1100100 | 10000110 | 100011 | 11001 | 0 | 1001010 | 101111 | 1010001 | 111011 | 100001 |
Color Harmonies of #648623
Complementary color
Monochromatic Colors of #648623
Black with #648623
Text Example
Text Example
White with #648623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648623; }
p { color: rgb(100,134,35); }
H1.HeaderClassName
{
color: #648623;
}
.AnyTagClassName
{
color: #648623;
}
</style>
background-color css
<style>
a { background-color: #648623; }
a { background-color: rgb(100,134,35); }
div.DivClassName
{
background-color: #648623;
}
.BgClassName
{
background-color: #648623;
}
</style>
border-color css
<style>
span { border-color: #648623; }
span { border-color: rgb(100,134,35); }
td.TdClassName
{
border-color: #648623;
}
.TagClassName
{
border-color: #648623;
}
</style>