Shades of Olive #698306
Tints of Olive #698306
RGB
CMYK
RGB Variations
Color information
#698306 (or 0x698306) is known color: Olive. HEX triplet: 69, 83 and 06. RGB value is (105,131,6). Sum of RGB (Red+Green+Blue) = 105+131+6=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #698306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698306 is #967CF9. Grayscale: #6D6D6D. Windows color (decimal): -9862394 or 426857. OLE color: 426857.
HSL color Cylindrical-coordinate representation of color #698306: hue angle of 72.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #698306 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 6 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.49 |
| HSL | 72.48º | 0.91% | 0.27% | - |
| HSV(B) | 72.48º | 0.95% | 0.51% | - |
| XYZ | 13.97 | 19.25 | 3.15 | - |
| YUV | 108.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 6 | 0.20 | 0 | 0.95 | 0.49 | 72.48 | 0.91 | 0.27 |
| Hex | 69 | 83 | 6 | 14 | 0 | 5F | 31 | 48 | 5B | 1B |
| Octal | 151 | 203 | 6 | 24 | 0 | 137 | 61 | 110 | 133 | 33 |
| Binary | 1101001 | 10000011 | 110 | 10100 | 0 | 1011111 | 110001 | 1001000 | 1011011 | 11011 |
Color Harmonies of #698306
Complementary color
Monochromatic Colors of #698306
Black with #698306
Text Example
Text Example
White with #698306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698306; }
p { color: rgb(105,131,6); }
H1.HeaderClassName
{
color: #698306;
}
.AnyTagClassName
{
color: #698306;
}
</style>
background-color css
<style>
a { background-color: #698306; }
a { background-color: rgb(105,131,6); }
div.DivClassName
{
background-color: #698306;
}
.BgClassName
{
background-color: #698306;
}
</style>
border-color css
<style>
span { border-color: #698306; }
span { border-color: rgb(105,131,6); }
td.TdClassName
{
border-color: #698306;
}
.TagClassName
{
border-color: #698306;
}
</style>