Shades of Olive Drab #689200
Tints of Olive Drab #689200
RGB
CMYK
RGB Variations
Color information
#689200 (or 0x689200) is known color: Olive Drab. HEX triplet: 68, 92 and 00. RGB value is (104,146,0). Sum of RGB (Red+Green+Blue) = 104+146+0=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #689200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689200 is #976DFF. Grayscale: #757575. Windows color (decimal): -9924096 or 37480. OLE color: 37480.
HSL color Cylindrical-coordinate representation of color #689200: hue angle of 77.26º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #689200 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.43 |
| HSL | 77.26º | 1% | 0.29% | - |
| HSV(B) | 77.26º | 1% | 0.57% | - |
| XYZ | 15.99 | 23.5 | 3.69 | - |
| YUV | 116.8 | 62.09 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 0 | 0.29 | 0 | 1 | 0.43 | 77.26 | 1 | 0.29 |
| Hex | 68 | 92 | 0 | 1D | 0 | 64 | 2B | 4D | 64 | 1D |
| Octal | 150 | 222 | 0 | 35 | 0 | 144 | 53 | 115 | 144 | 35 |
| Binary | 1101000 | 10010010 | 0 | 11101 | 0 | 1100100 | 101011 | 1001101 | 1100100 | 11101 |
Color Harmonies of #689200
Complementary color
Monochromatic Colors of #689200
Black with #689200
Text Example
Text Example
White with #689200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689200; }
p { color: rgb(104,146,0); }
H1.HeaderClassName
{
color: #689200;
}
.AnyTagClassName
{
color: #689200;
}
</style>
background-color css
<style>
a { background-color: #689200; }
a { background-color: rgb(104,146,0); }
div.DivClassName
{
background-color: #689200;
}
.BgClassName
{
background-color: #689200;
}
</style>
border-color css
<style>
span { border-color: #689200; }
span { border-color: rgb(104,146,0); }
td.TdClassName
{
border-color: #689200;
}
.TagClassName
{
border-color: #689200;
}
</style>