Shades of Olive Drab #689306
Tints of Olive Drab #689306
RGB
CMYK
RGB Variations
Color information
#689306 (or 0x689306) is known color: Olive Drab. HEX triplet: 68, 93 and 06. RGB value is (104,147,6). Sum of RGB (Red+Green+Blue) = 104+147+6=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #689306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689306 is #976CF9. Grayscale: #767676. Windows color (decimal): -9923834 or 430952. OLE color: 430952.
HSL color Cylindrical-coordinate representation of color #689306: hue angle of 78.3º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #689306 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 6 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.42 |
| HSL | 78.3º | 0.92% | 0.3% | - |
| HSV(B) | 78.3º | 0.96% | 0.58% | - |
| XYZ | 16.18 | 23.82 | 3.92 | - |
| YUV | 118.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 6 | 0.29 | 0 | 0.96 | 0.42 | 78.3 | 0.92 | 0.3 |
| Hex | 68 | 93 | 6 | 1D | 0 | 60 | 2A | 4E | 5C | 1E |
| Octal | 150 | 223 | 6 | 35 | 0 | 140 | 52 | 116 | 134 | 36 |
| Binary | 1101000 | 10010011 | 110 | 11101 | 0 | 1100000 | 101010 | 1001110 | 1011100 | 11110 |
Color Harmonies of #689306
Complementary color
Monochromatic Colors of #689306
Black with #689306
Text Example
Text Example
White with #689306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689306; }
p { color: rgb(104,147,6); }
H1.HeaderClassName
{
color: #689306;
}
.AnyTagClassName
{
color: #689306;
}
</style>
background-color css
<style>
a { background-color: #689306; }
a { background-color: rgb(104,147,6); }
div.DivClassName
{
background-color: #689306;
}
.BgClassName
{
background-color: #689306;
}
</style>
border-color css
<style>
span { border-color: #689306; }
span { border-color: rgb(104,147,6); }
td.TdClassName
{
border-color: #689306;
}
.TagClassName
{
border-color: #689306;
}
</style>