Shades of Olive Drab #698324
Tints of Olive Drab #698324
RGB
CMYK
RGB Variations
Color information
#698324 (or 0x698324) is known color: Olive Drab. HEX triplet: 69, 83 and 24. RGB value is (105,131,36). Sum of RGB (Red+Green+Blue) = 105+131+36=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #698324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698324 is #967CDB. Grayscale: #707070. Windows color (decimal): -9862364 or 2392937. OLE color: 2392937.
HSL color Cylindrical-coordinate representation of color #698324: hue angle of 76.42º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #698324 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 36 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.49 |
| HSL | 76.42º | 0.57% | 0.33% | - |
| HSV(B) | 76.42º | 0.73% | 0.51% | - |
| XYZ | 14.26 | 19.36 | 4.65 | - |
| YUV | 112.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 36 | 0.20 | 0 | 0.73 | 0.49 | 76.42 | 0.57 | 0.33 |
| Hex | 69 | 83 | 24 | 14 | 0 | 49 | 31 | 4C | 39 | 21 |
| Octal | 151 | 203 | 44 | 24 | 0 | 111 | 61 | 114 | 71 | 41 |
| Binary | 1101001 | 10000011 | 100100 | 10100 | 0 | 1001001 | 110001 | 1001100 | 111001 | 100001 |
Color Harmonies of #698324
Complementary color
Monochromatic Colors of #698324
Black with #698324
Text Example
Text Example
White with #698324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698324; }
p { color: rgb(105,131,36); }
H1.HeaderClassName
{
color: #698324;
}
.AnyTagClassName
{
color: #698324;
}
</style>
background-color css
<style>
a { background-color: #698324; }
a { background-color: rgb(105,131,36); }
div.DivClassName
{
background-color: #698324;
}
.BgClassName
{
background-color: #698324;
}
</style>
border-color css
<style>
span { border-color: #698324; }
span { border-color: rgb(105,131,36); }
td.TdClassName
{
border-color: #698324;
}
.TagClassName
{
border-color: #698324;
}
</style>