Shades of Olive Drab #699108
Tints of Olive Drab #699108
RGB
CMYK
RGB Variations
Color information
#699108 (or 0x699108) is known color: Olive Drab. HEX triplet: 69, 91 and 08. RGB value is (105,145,8). Sum of RGB (Red+Green+Blue) = 105+145+8=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #699108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699108 is #966EF7. Grayscale: #757575. Windows color (decimal): -9858808 or 561513. OLE color: 561513.
HSL color Cylindrical-coordinate representation of color #699108: hue angle of 77.52º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #699108 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 8 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.43 |
| HSL | 77.52º | 0.9% | 0.3% | - |
| HSV(B) | 77.52º | 0.94% | 0.57% | - |
| XYZ | 15.99 | 23.27 | 3.88 | - |
| YUV | 117.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 8 | 0.28 | 0 | 0.94 | 0.43 | 77.52 | 0.9 | 0.3 |
| Hex | 69 | 91 | 8 | 1C | 0 | 5E | 2B | 4E | 5A | 1E |
| Octal | 151 | 221 | 10 | 34 | 0 | 136 | 53 | 116 | 132 | 36 |
| Binary | 1101001 | 10010001 | 1000 | 11100 | 0 | 1011110 | 101011 | 1001110 | 1011010 | 11110 |
Color Harmonies of #699108
Complementary color
Monochromatic Colors of #699108
Black with #699108
Text Example
Text Example
White with #699108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699108; }
p { color: rgb(105,145,8); }
H1.HeaderClassName
{
color: #699108;
}
.AnyTagClassName
{
color: #699108;
}
</style>
background-color css
<style>
a { background-color: #699108; }
a { background-color: rgb(105,145,8); }
div.DivClassName
{
background-color: #699108;
}
.BgClassName
{
background-color: #699108;
}
</style>
border-color css
<style>
span { border-color: #699108; }
span { border-color: rgb(105,145,8); }
td.TdClassName
{
border-color: #699108;
}
.TagClassName
{
border-color: #699108;
}
</style>