Shades of Olive Drab #689302
Tints of Olive Drab #689302
RGB
CMYK
RGB Variations
Color information
#689302 (or 0x689302) is known color: Olive Drab. HEX triplet: 68, 93 and 02. RGB value is (104,147,2). Sum of RGB (Red+Green+Blue) = 104+147+2=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #689302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689302 is #976CFD. Grayscale: #767676. Windows color (decimal): -9923838 or 168808. OLE color: 168808.
HSL color Cylindrical-coordinate representation of color #689302: hue angle of 77.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #689302 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.42 |
| HSL | 77.79º | 0.97% | 0.29% | - |
| HSV(B) | 77.79º | 0.99% | 0.58% | - |
| XYZ | 16.15 | 23.81 | 3.8 | - |
| YUV | 117.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 2 | 0.29 | 0 | 0.99 | 0.42 | 77.79 | 0.97 | 0.29 |
| Hex | 68 | 93 | 2 | 1D | 0 | 63 | 2A | 4E | 61 | 1D |
| Octal | 150 | 223 | 2 | 35 | 0 | 143 | 52 | 116 | 141 | 35 |
| Binary | 1101000 | 10010011 | 10 | 11101 | 0 | 1100011 | 101010 | 1001110 | 1100001 | 11101 |
Color Harmonies of #689302
Complementary color
Monochromatic Colors of #689302
Black with #689302
Text Example
Text Example
White with #689302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689302; }
p { color: rgb(104,147,2); }
H1.HeaderClassName
{
color: #689302;
}
.AnyTagClassName
{
color: #689302;
}
</style>
background-color css
<style>
a { background-color: #689302; }
a { background-color: rgb(104,147,2); }
div.DivClassName
{
background-color: #689302;
}
.BgClassName
{
background-color: #689302;
}
</style>
border-color css
<style>
span { border-color: #689302; }
span { border-color: rgb(104,147,2); }
td.TdClassName
{
border-color: #689302;
}
.TagClassName
{
border-color: #689302;
}
</style>