Shades of Olive Drab #648207
Tints of Olive Drab #648207
RGB
CMYK
RGB Variations
Color information
#648207 (or 0x648207) is known color: Olive Drab. HEX triplet: 64, 82 and 07. RGB value is (100,130,7). Sum of RGB (Red+Green+Blue) = 100+130+7=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #648207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648207 is #9B7DF8. Grayscale: #6B6B6B. Windows color (decimal): -10190329 or 492132. OLE color: 492132.
HSL color Cylindrical-coordinate representation of color #648207: hue angle of 74.63º 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 #648207 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 130 | 7 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.49 |
| HSL | 74.63º | 0.9% | 0.27% | - |
| HSV(B) | 74.63º | 0.95% | 0.51% | - |
| XYZ | 13.28 | 18.69 | 3.11 | - |
| YUV | 107.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 7 | 0.23 | 0 | 0.95 | 0.49 | 74.63 | 0.9 | 0.27 |
| Hex | 64 | 82 | 7 | 17 | 0 | 5F | 31 | 4B | 5A | 1B |
| Octal | 144 | 202 | 7 | 27 | 0 | 137 | 61 | 113 | 132 | 33 |
| Binary | 1100100 | 10000010 | 111 | 10111 | 0 | 1011111 | 110001 | 1001011 | 1011010 | 11011 |
Color Harmonies of #648207
Complementary color
Monochromatic Colors of #648207
Black with #648207
Text Example
Text Example
White with #648207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648207; }
p { color: rgb(100,130,7); }
H1.HeaderClassName
{
color: #648207;
}
.AnyTagClassName
{
color: #648207;
}
</style>
background-color css
<style>
a { background-color: #648207; }
a { background-color: rgb(100,130,7); }
div.DivClassName
{
background-color: #648207;
}
.BgClassName
{
background-color: #648207;
}
</style>
border-color css
<style>
span { border-color: #648207; }
span { border-color: rgb(100,130,7); }
td.TdClassName
{
border-color: #648207;
}
.TagClassName
{
border-color: #648207;
}
</style>