Shades of Olive Drab #648306
Tints of Olive Drab #648306
RGB
CMYK
RGB Variations
Color information
#648306 (or 0x648306) is known color: Olive Drab. HEX triplet: 64, 83 and 06. RGB value is (100,131,6). Sum of RGB (Red+Green+Blue) = 100+131+6=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #648306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648306 is #9B7CF9. Grayscale: #6B6B6B. Windows color (decimal): -10190074 or 426852. OLE color: 426852.
HSL color Cylindrical-coordinate representation of color #648306: hue angle of 74.88º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #648306 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 6 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.49 |
| HSL | 74.88º | 0.91% | 0.27% | - |
| HSV(B) | 74.88º | 0.95% | 0.51% | - |
| XYZ | 13.4 | 18.96 | 3.12 | - |
| YUV | 107.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 6 | 0.24 | 0 | 0.95 | 0.49 | 74.88 | 0.91 | 0.27 |
| Hex | 64 | 83 | 6 | 18 | 0 | 5F | 31 | 4B | 5B | 1B |
| Octal | 144 | 203 | 6 | 30 | 0 | 137 | 61 | 113 | 133 | 33 |
| Binary | 1100100 | 10000011 | 110 | 11000 | 0 | 1011111 | 110001 | 1001011 | 1011011 | 11011 |
Color Harmonies of #648306
Complementary color
Monochromatic Colors of #648306
Black with #648306
Text Example
Text Example
White with #648306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648306; }
p { color: rgb(100,131,6); }
H1.HeaderClassName
{
color: #648306;
}
.AnyTagClassName
{
color: #648306;
}
</style>
background-color css
<style>
a { background-color: #648306; }
a { background-color: rgb(100,131,6); }
div.DivClassName
{
background-color: #648306;
}
.BgClassName
{
background-color: #648306;
}
</style>
border-color css
<style>
span { border-color: #648306; }
span { border-color: rgb(100,131,6); }
td.TdClassName
{
border-color: #648306;
}
.TagClassName
{
border-color: #648306;
}
</style>