Shades of Olive Drab #648B1C
Tints of Olive Drab #648B1C
RGB
CMYK
RGB Variations
Color information
#648B1C (or 0x648B1C) is known color: Olive Drab. HEX triplet: 64, 8B and 1C. RGB value is (100,139,28). Sum of RGB (Red+Green+Blue) = 100+139+28=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 139 (54.69% from 255 or 52.06% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 139 - color contains mainly: green. Hex color #648B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B1C is #9B74E3. Grayscale: #737373. Windows color (decimal): -10188004 or 1870692. OLE color: 1870692.
HSL color Cylindrical-coordinate representation of color #648B1C: hue angle of 81.08º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #648B1C is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 28 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.45 |
| HSL | 81.08º | 0.66% | 0.33% | - |
| HSV(B) | 81.08º | 0.8% | 0.55% | - |
| XYZ | 14.7 | 21.26 | 4.43 | - |
| YUV | 114.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 28 | 0.28 | 0 | 0.80 | 0.45 | 81.08 | 0.66 | 0.33 |
| Hex | 64 | 8B | 1C | 1C | 0 | 50 | 2D | 51 | 42 | 21 |
| Octal | 144 | 213 | 34 | 34 | 0 | 120 | 55 | 121 | 102 | 41 |
| Binary | 1100100 | 10001011 | 11100 | 11100 | 0 | 1010000 | 101101 | 1010001 | 1000010 | 100001 |
Color Harmonies of #648B1C
Complementary color
Monochromatic Colors of #648B1C
Black with #648B1C
Text Example
Text Example
White with #648B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B1C; }
p { color: rgb(100,139,28); }
H1.HeaderClassName
{
color: #648B1C;
}
.AnyTagClassName
{
color: #648B1C;
}
</style>
background-color css
<style>
a { background-color: #648B1C; }
a { background-color: rgb(100,139,28); }
div.DivClassName
{
background-color: #648B1C;
}
.BgClassName
{
background-color: #648B1C;
}
</style>
border-color css
<style>
span { border-color: #648B1C; }
span { border-color: rgb(100,139,28); }
td.TdClassName
{
border-color: #648B1C;
}
.TagClassName
{
border-color: #648B1C;
}
</style>