Shades of Olive Drab #648C27
Tints of Olive Drab #648C27
RGB
CMYK
RGB Variations
Color information
#648C27 (or 0x648C27) is known color: Olive Drab. HEX triplet: 64, 8C and 27. RGB value is (100,140,39). Sum of RGB (Red+Green+Blue) = 100+140+39=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #648C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648C27 is #9B73D8. Grayscale: #747474. Windows color (decimal): -10187737 or 2591844. OLE color: 2591844.
HSL color Cylindrical-coordinate representation of color #648C27: hue angle of 83.76º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #648C27 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 39 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.45 |
| HSL | 83.76º | 0.56% | 0.35% | - |
| HSV(B) | 83.76º | 0.72% | 0.55% | - |
| XYZ | 15 | 21.61 | 5.3 | - |
| YUV | 116.53 | 84.25 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 39 | 0.29 | 0 | 0.72 | 0.45 | 83.76 | 0.56 | 0.35 |
| Hex | 64 | 8C | 27 | 1D | 0 | 48 | 2D | 54 | 38 | 23 |
| Octal | 144 | 214 | 47 | 35 | 0 | 110 | 55 | 124 | 70 | 43 |
| Binary | 1100100 | 10001100 | 100111 | 11101 | 0 | 1001000 | 101101 | 1010100 | 111000 | 100011 |
Color Harmonies of #648C27
Complementary color
Monochromatic Colors of #648C27
Black with #648C27
Text Example
Text Example
White with #648C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C27; }
p { color: rgb(100,140,39); }
H1.HeaderClassName
{
color: #648C27;
}
.AnyTagClassName
{
color: #648C27;
}
</style>
background-color css
<style>
a { background-color: #648C27; }
a { background-color: rgb(100,140,39); }
div.DivClassName
{
background-color: #648C27;
}
.BgClassName
{
background-color: #648C27;
}
</style>
border-color css
<style>
span { border-color: #648C27; }
span { border-color: rgb(100,140,39); }
td.TdClassName
{
border-color: #648C27;
}
.TagClassName
{
border-color: #648C27;
}
</style>