Shades of Olive Drab #698807
Tints of Olive Drab #698807
RGB
CMYK
RGB Variations
Color information
#698807 (or 0x698807) is known color: Olive Drab. HEX triplet: 69, 88 and 07. RGB value is (105,136,7). Sum of RGB (Red+Green+Blue) = 105+136+7=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #698807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698807 is #9677F8. Grayscale: #707070. Windows color (decimal): -9861113 or 493673. OLE color: 493673.
HSL color Cylindrical-coordinate representation of color #698807: hue angle of 74.42º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #698807 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 7 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.47 |
| HSL | 74.42º | 0.9% | 0.28% | - |
| HSV(B) | 74.42º | 0.95% | 0.53% | - |
| XYZ | 14.67 | 20.63 | 3.41 | - |
| YUV | 112.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 7 | 0.23 | 0 | 0.95 | 0.47 | 74.42 | 0.9 | 0.28 |
| Hex | 69 | 88 | 7 | 17 | 0 | 5F | 2F | 4A | 5A | 1C |
| Octal | 151 | 210 | 7 | 27 | 0 | 137 | 57 | 112 | 132 | 34 |
| Binary | 1101001 | 10001000 | 111 | 10111 | 0 | 1011111 | 101111 | 1001010 | 1011010 | 11100 |
Color Harmonies of #698807
Complementary color
Monochromatic Colors of #698807
Black with #698807
Text Example
Text Example
White with #698807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698807; }
p { color: rgb(105,136,7); }
H1.HeaderClassName
{
color: #698807;
}
.AnyTagClassName
{
color: #698807;
}
</style>
background-color css
<style>
a { background-color: #698807; }
a { background-color: rgb(105,136,7); }
div.DivClassName
{
background-color: #698807;
}
.BgClassName
{
background-color: #698807;
}
</style>
border-color css
<style>
span { border-color: #698807; }
span { border-color: rgb(105,136,7); }
td.TdClassName
{
border-color: #698807;
}
.TagClassName
{
border-color: #698807;
}
</style>