Shades of Olive Drab #648130
Tints of Olive Drab #648130
RGB
CMYK
RGB Variations
Color information
#648130 (or 0x648130) is known color: Olive Drab. HEX triplet: 64, 81 and 30. RGB value is (100,129,48). Sum of RGB (Red+Green+Blue) = 100+129+48=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #648130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648130 is #9B7ECF. Grayscale: #6F6F6F. Windows color (decimal): -10190544 or 3178852. OLE color: 3178852.
HSL color Cylindrical-coordinate representation of color #648130: hue angle of 81.48º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #648130 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 48 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.49 |
| HSL | 81.48º | 0.46% | 0.35% | - |
| HSV(B) | 81.48º | 0.63% | 0.51% | - |
| XYZ | 13.64 | 18.62 | 5.67 | - |
| YUV | 111.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 48 | 0.22 | 0 | 0.63 | 0.49 | 81.48 | 0.46 | 0.35 |
| Hex | 64 | 81 | 30 | 16 | 0 | 3F | 31 | 51 | 2E | 23 |
| Octal | 144 | 201 | 60 | 26 | 0 | 77 | 61 | 121 | 56 | 43 |
| Binary | 1100100 | 10000001 | 110000 | 10110 | 0 | 111111 | 110001 | 1010001 | 101110 | 100011 |
Color Harmonies of #648130
Complementary color
Monochromatic Colors of #648130
Black with #648130
Text Example
Text Example
White with #648130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648130; }
p { color: rgb(100,129,48); }
H1.HeaderClassName
{
color: #648130;
}
.AnyTagClassName
{
color: #648130;
}
</style>
background-color css
<style>
a { background-color: #648130; }
a { background-color: rgb(100,129,48); }
div.DivClassName
{
background-color: #648130;
}
.BgClassName
{
background-color: #648130;
}
</style>
border-color css
<style>
span { border-color: #648130; }
span { border-color: rgb(100,129,48); }
td.TdClassName
{
border-color: #648130;
}
.TagClassName
{
border-color: #648130;
}
</style>