Shades of Olive Drab #698723
Tints of Olive Drab #698723
RGB
CMYK
RGB Variations
Color information
#698723 (or 0x698723) is known color: Olive Drab. HEX triplet: 69, 87 and 23. RGB value is (105,135,35). Sum of RGB (Red+Green+Blue) = 105+135+35=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #698723 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698723 is #9678DC. Grayscale: #727272. Windows color (decimal): -9861341 or 2328425. OLE color: 2328425.
HSL color Cylindrical-coordinate representation of color #698723: hue angle of 78º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #698723 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 35 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.47 |
| HSL | 78º | 0.59% | 0.33% | - |
| HSV(B) | 78º | 0.74% | 0.53% | - |
| XYZ | 14.79 | 20.45 | 4.76 | - |
| YUV | 114.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 35 | 0.22 | 0 | 0.74 | 0.47 | 78 | 0.59 | 0.33 |
| Hex | 69 | 87 | 23 | 16 | 0 | 4A | 2F | 4E | 3B | 21 |
| Octal | 151 | 207 | 43 | 26 | 0 | 112 | 57 | 116 | 73 | 41 |
| Binary | 1101001 | 10000111 | 100011 | 10110 | 0 | 1001010 | 101111 | 1001110 | 111011 | 100001 |
Color Harmonies of #698723
Complementary color
Monochromatic Colors of #698723
Black with #698723
Text Example
Text Example
White with #698723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698723; }
p { color: rgb(105,135,35); }
H1.HeaderClassName
{
color: #698723;
}
.AnyTagClassName
{
color: #698723;
}
</style>
background-color css
<style>
a { background-color: #698723; }
a { background-color: rgb(105,135,35); }
div.DivClassName
{
background-color: #698723;
}
.BgClassName
{
background-color: #698723;
}
</style>
border-color css
<style>
span { border-color: #698723; }
span { border-color: rgb(105,135,35); }
td.TdClassName
{
border-color: #698723;
}
.TagClassName
{
border-color: #698723;
}
</style>