Shades of Olive Drab #698230
Tints of Olive Drab #698230
RGB
CMYK
RGB Variations
Color information
#698230 (or 0x698230) is known color: Olive Drab. HEX triplet: 69, 82 and 30. RGB value is (105,130,48). Sum of RGB (Red+Green+Blue) = 105+130+48=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #698230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698230 is #967DCF. Grayscale: #717171. Windows color (decimal): -9862608 or 3179113. OLE color: 3179113.
HSL color Cylindrical-coordinate representation of color #698230: hue angle of 78.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #698230 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 48 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.49 |
| HSL | 78.29º | 0.46% | 0.35% | - |
| HSV(B) | 78.29º | 0.63% | 0.51% | - |
| XYZ | 14.34 | 19.18 | 5.74 | - |
| YUV | 113.18 | 91.22 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 48 | 0.19 | 0 | 0.63 | 0.49 | 78.29 | 0.46 | 0.35 |
| Hex | 69 | 82 | 30 | 13 | 0 | 3F | 31 | 4E | 2E | 23 |
| Octal | 151 | 202 | 60 | 23 | 0 | 77 | 61 | 116 | 56 | 43 |
| Binary | 1101001 | 10000010 | 110000 | 10011 | 0 | 111111 | 110001 | 1001110 | 101110 | 100011 |
Color Harmonies of #698230
Complementary color
Monochromatic Colors of #698230
Black with #698230
Text Example
Text Example
White with #698230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698230; }
p { color: rgb(105,130,48); }
H1.HeaderClassName
{
color: #698230;
}
.AnyTagClassName
{
color: #698230;
}
</style>
background-color css
<style>
a { background-color: #698230; }
a { background-color: rgb(105,130,48); }
div.DivClassName
{
background-color: #698230;
}
.BgClassName
{
background-color: #698230;
}
</style>
border-color css
<style>
span { border-color: #698230; }
span { border-color: rgb(105,130,48); }
td.TdClassName
{
border-color: #698230;
}
.TagClassName
{
border-color: #698230;
}
</style>