Shades of Olive Drab #698426
Tints of Olive Drab #698426
RGB
CMYK
RGB Variations
Color information
#698426 (or 0x698426) is known color: Olive Drab. HEX triplet: 69, 84 and 26. RGB value is (105,132,38). Sum of RGB (Red+Green+Blue) = 105+132+38=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #698426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698426 is #967BD9. Grayscale: #717171. Windows color (decimal): -9862106 or 2524265. OLE color: 2524265.
HSL color Cylindrical-coordinate representation of color #698426: hue angle of 77.23º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698426 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 38 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.48 |
| HSL | 77.23º | 0.55% | 0.33% | - |
| HSV(B) | 77.23º | 0.71% | 0.52% | - |
| XYZ | 14.43 | 19.65 | 4.87 | - |
| YUV | 113.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 38 | 0.20 | 0 | 0.71 | 0.48 | 77.23 | 0.55 | 0.33 |
| Hex | 69 | 84 | 26 | 14 | 0 | 47 | 30 | 4D | 37 | 21 |
| Octal | 151 | 204 | 46 | 24 | 0 | 107 | 60 | 115 | 67 | 41 |
| Binary | 1101001 | 10000100 | 100110 | 10100 | 0 | 1000111 | 110000 | 1001101 | 110111 | 100001 |
Color Harmonies of #698426
Complementary color
Monochromatic Colors of #698426
Black with #698426
Text Example
Text Example
White with #698426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698426; }
p { color: rgb(105,132,38); }
H1.HeaderClassName
{
color: #698426;
}
.AnyTagClassName
{
color: #698426;
}
</style>
background-color css
<style>
a { background-color: #698426; }
a { background-color: rgb(105,132,38); }
div.DivClassName
{
background-color: #698426;
}
.BgClassName
{
background-color: #698426;
}
</style>
border-color css
<style>
span { border-color: #698426; }
span { border-color: rgb(105,132,38); }
td.TdClassName
{
border-color: #698426;
}
.TagClassName
{
border-color: #698426;
}
</style>