Shades of Olive #698305
Tints of Olive #698305
RGB
CMYK
RGB Variations
Color information
#698305 (or 0x698305) is known color: Olive. HEX triplet: 69, 83 and 05. RGB value is (105,131,5). Sum of RGB (Red+Green+Blue) = 105+131+5=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #698305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698305 is #967CFA. Grayscale: #6D6D6D. Windows color (decimal): -9862395 or 361321. OLE color: 361321.
HSL color Cylindrical-coordinate representation of color #698305: hue angle of 72.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #698305 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 131 | 5 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.49 |
| HSL | 72.38º | 0.93% | 0.27% | - |
| HSV(B) | 72.38º | 0.96% | 0.51% | - |
| XYZ | 13.97 | 19.25 | 3.12 | - |
| YUV | 108.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 5 | 0.20 | 0 | 0.96 | 0.49 | 72.38 | 0.93 | 0.27 |
| Hex | 69 | 83 | 5 | 14 | 0 | 60 | 31 | 48 | 5D | 1B |
| Octal | 151 | 203 | 5 | 24 | 0 | 140 | 61 | 110 | 135 | 33 |
| Binary | 1101001 | 10000011 | 101 | 10100 | 0 | 1100000 | 110001 | 1001000 | 1011101 | 11011 |
Color Harmonies of #698305
Complementary color
Monochromatic Colors of #698305
Black with #698305
Text Example
Text Example
White with #698305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698305; }
p { color: rgb(105,131,5); }
H1.HeaderClassName
{
color: #698305;
}
.AnyTagClassName
{
color: #698305;
}
</style>
background-color css
<style>
a { background-color: #698305; }
a { background-color: rgb(105,131,5); }
div.DivClassName
{
background-color: #698305;
}
.BgClassName
{
background-color: #698305;
}
</style>
border-color css
<style>
span { border-color: #698305; }
span { border-color: rgb(105,131,5); }
td.TdClassName
{
border-color: #698305;
}
.TagClassName
{
border-color: #698305;
}
</style>