Shades of Olive Drab #698908
Tints of Olive Drab #698908
RGB
CMYK
RGB Variations
Color information
#698908 (or 0x698908) is known color: Olive Drab. HEX triplet: 69, 89 and 08. RGB value is (105,137,8). Sum of RGB (Red+Green+Blue) = 105+137+8=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #698908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698908 is #9676F7. Grayscale: #717171. Windows color (decimal): -9860856 or 559465. OLE color: 559465.
HSL color Cylindrical-coordinate representation of color #698908: hue angle of 74.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #698908 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 137 | 8 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.46 |
| HSL | 74.88º | 0.89% | 0.28% | - |
| HSV(B) | 74.88º | 0.94% | 0.54% | - |
| XYZ | 14.82 | 20.91 | 3.49 | - |
| YUV | 112.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 137 | 8 | 0.23 | 0 | 0.94 | 0.46 | 74.88 | 0.89 | 0.28 |
| Hex | 69 | 89 | 8 | 17 | 0 | 5E | 2E | 4B | 59 | 1C |
| Octal | 151 | 211 | 10 | 27 | 0 | 136 | 56 | 113 | 131 | 34 |
| Binary | 1101001 | 10001001 | 1000 | 10111 | 0 | 1011110 | 101110 | 1001011 | 1011001 | 11100 |
Color Harmonies of #698908
Complementary color
Monochromatic Colors of #698908
Black with #698908
Text Example
Text Example
White with #698908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698908; }
p { color: rgb(105,137,8); }
H1.HeaderClassName
{
color: #698908;
}
.AnyTagClassName
{
color: #698908;
}
</style>
background-color css
<style>
a { background-color: #698908; }
a { background-color: rgb(105,137,8); }
div.DivClassName
{
background-color: #698908;
}
.BgClassName
{
background-color: #698908;
}
</style>
border-color css
<style>
span { border-color: #698908; }
span { border-color: rgb(105,137,8); }
td.TdClassName
{
border-color: #698908;
}
.TagClassName
{
border-color: #698908;
}
</style>