Shades of Olive Drab #698F1F
Tints of Olive Drab #698F1F
RGB
CMYK
RGB Variations
Color information
#698F1F (or 0x698F1F) is known color: Olive Drab. HEX triplet: 69, 8F and 1F. RGB value is (105,143,31). Sum of RGB (Red+Green+Blue) = 105+143+31=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #698F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F1F is #9670E0. Grayscale: #777777. Windows color (decimal): -9859297 or 2068329. OLE color: 2068329.
HSL color Cylindrical-coordinate representation of color #698F1F: hue angle of 80.36º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #698F1F is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 31 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.44 |
| HSL | 80.36º | 0.64% | 0.34% | - |
| HSV(B) | 80.36º | 0.78% | 0.56% | - |
| XYZ | 15.9 | 22.75 | 4.85 | - |
| YUV | 118.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 31 | 0.27 | 0 | 0.78 | 0.44 | 80.36 | 0.64 | 0.34 |
| Hex | 69 | 8F | 1F | 1B | 0 | 4E | 2C | 50 | 40 | 22 |
| Octal | 151 | 217 | 37 | 33 | 0 | 116 | 54 | 120 | 100 | 42 |
| Binary | 1101001 | 10001111 | 11111 | 11011 | 0 | 1001110 | 101100 | 1010000 | 1000000 | 100010 |
Color Harmonies of #698F1F
Complementary color
Monochromatic Colors of #698F1F
Black with #698F1F
Text Example
Text Example
White with #698F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F1F; }
p { color: rgb(105,143,31); }
H1.HeaderClassName
{
color: #698F1F;
}
.AnyTagClassName
{
color: #698F1F;
}
</style>
background-color css
<style>
a { background-color: #698F1F; }
a { background-color: rgb(105,143,31); }
div.DivClassName
{
background-color: #698F1F;
}
.BgClassName
{
background-color: #698F1F;
}
</style>
border-color css
<style>
span { border-color: #698F1F; }
span { border-color: rgb(105,143,31); }
td.TdClassName
{
border-color: #698F1F;
}
.TagClassName
{
border-color: #698F1F;
}
</style>