Shades of Olive #698506
Tints of Olive #698506
RGB
CMYK
RGB Variations
Color information
#698506 (or 0x698506) is known color: Olive. HEX triplet: 69, 85 and 06. RGB value is (105,133,6). Sum of RGB (Red+Green+Blue) = 105+133+6=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #698506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698506 is #967AF9. Grayscale: #6E6E6E. Windows color (decimal): -9861882 or 427369. OLE color: 427369.
HSL color Cylindrical-coordinate representation of color #698506: hue angle of 73.23º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #698506 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 6 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.48 |
| HSL | 73.23º | 0.91% | 0.27% | - |
| HSV(B) | 73.23º | 0.95% | 0.52% | - |
| XYZ | 14.25 | 19.79 | 3.24 | - |
| YUV | 110.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 6 | 0.21 | 0 | 0.95 | 0.48 | 73.23 | 0.91 | 0.27 |
| Hex | 69 | 85 | 6 | 15 | 0 | 5F | 30 | 49 | 5B | 1B |
| Octal | 151 | 205 | 6 | 25 | 0 | 137 | 60 | 111 | 133 | 33 |
| Binary | 1101001 | 10000101 | 110 | 10101 | 0 | 1011111 | 110000 | 1001001 | 1011011 | 11011 |
Color Harmonies of #698506
Complementary color
Monochromatic Colors of #698506
Black with #698506
Text Example
Text Example
White with #698506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698506; }
p { color: rgb(105,133,6); }
H1.HeaderClassName
{
color: #698506;
}
.AnyTagClassName
{
color: #698506;
}
</style>
background-color css
<style>
a { background-color: #698506; }
a { background-color: rgb(105,133,6); }
div.DivClassName
{
background-color: #698506;
}
.BgClassName
{
background-color: #698506;
}
</style>
border-color css
<style>
span { border-color: #698506; }
span { border-color: rgb(105,133,6); }
td.TdClassName
{
border-color: #698506;
}
.TagClassName
{
border-color: #698506;
}
</style>