Shades of Olive Drab #648307
Tints of Olive Drab #648307
RGB
CMYK
RGB Variations
Color information
#648307 (or 0x648307) is known color: Olive Drab. HEX triplet: 64, 83 and 07. RGB value is (100,131,7). Sum of RGB (Red+Green+Blue) = 100+131+7=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #648307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648307 is #9B7CF8. Grayscale: #6C6C6C. Windows color (decimal): -10190073 or 492388. OLE color: 492388.
HSL color Cylindrical-coordinate representation of color #648307: hue angle of 75º degrees, saturation: 0.9, 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 #648307 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 131 | 7 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.49 |
| HSL | 75º | 0.9% | 0.27% | - |
| HSV(B) | 75º | 0.95% | 0.51% | - |
| XYZ | 13.41 | 18.96 | 3.15 | - |
| YUV | 107.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 7 | 0.24 | 0 | 0.95 | 0.49 | 75 | 0.9 | 0.27 |
| Hex | 64 | 83 | 7 | 18 | 0 | 5F | 31 | 4B | 5A | 1B |
| Octal | 144 | 203 | 7 | 30 | 0 | 137 | 61 | 113 | 132 | 33 |
| Binary | 1100100 | 10000011 | 111 | 11000 | 0 | 1011111 | 110001 | 1001011 | 1011010 | 11011 |
Color Harmonies of #648307
Complementary color
Monochromatic Colors of #648307
Black with #648307
Text Example
Text Example
White with #648307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648307; }
p { color: rgb(100,131,7); }
H1.HeaderClassName
{
color: #648307;
}
.AnyTagClassName
{
color: #648307;
}
</style>
background-color css
<style>
a { background-color: #648307; }
a { background-color: rgb(100,131,7); }
div.DivClassName
{
background-color: #648307;
}
.BgClassName
{
background-color: #648307;
}
</style>
border-color css
<style>
span { border-color: #648307; }
span { border-color: rgb(100,131,7); }
td.TdClassName
{
border-color: #648307;
}
.TagClassName
{
border-color: #648307;
}
</style>