Shades of Olive Drab #698636
Tints of Olive Drab #698636
RGB
CMYK
RGB Variations
Color information
#698636 (or 0x698636) is known color: Olive Drab. HEX triplet: 69, 86 and 36. RGB value is (105,134,54). Sum of RGB (Red+Green+Blue) = 105+134+54=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #698636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698636 is #9679C9. Grayscale: #747474. Windows color (decimal): -9861578 or 3573353. OLE color: 3573353.
HSL color Cylindrical-coordinate representation of color #698636: hue angle of 81.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #698636 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 54 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.47 |
| HSL | 81.75º | 0.43% | 0.37% | - |
| HSV(B) | 81.75º | 0.6% | 0.53% | - |
| XYZ | 15.02 | 20.32 | 6.62 | - |
| YUV | 116.21 | 92.89 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 54 | 0.22 | 0 | 0.60 | 0.47 | 81.75 | 0.43 | 0.37 |
| Hex | 69 | 86 | 36 | 16 | 0 | 3C | 2F | 52 | 2B | 25 |
| Octal | 151 | 206 | 66 | 26 | 0 | 74 | 57 | 122 | 53 | 45 |
| Binary | 1101001 | 10000110 | 110110 | 10110 | 0 | 111100 | 101111 | 1010010 | 101011 | 100101 |
Color Harmonies of #698636
Complementary color
Monochromatic Colors of #698636
Black with #698636
Text Example
Text Example
White with #698636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698636; }
p { color: rgb(105,134,54); }
H1.HeaderClassName
{
color: #698636;
}
.AnyTagClassName
{
color: #698636;
}
</style>
background-color css
<style>
a { background-color: #698636; }
a { background-color: rgb(105,134,54); }
div.DivClassName
{
background-color: #698636;
}
.BgClassName
{
background-color: #698636;
}
</style>
border-color css
<style>
span { border-color: #698636; }
span { border-color: rgb(105,134,54); }
td.TdClassName
{
border-color: #698636;
}
.TagClassName
{
border-color: #698636;
}
</style>