Shades of Olive Drab #699607
Tints of Olive Drab #699607
RGB
CMYK
RGB Variations
Color information
#699607 (or 0x699607) is known color: Olive Drab. HEX triplet: 69, 96 and 07. RGB value is (105,150,7). Sum of RGB (Red+Green+Blue) = 105+150+7=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #699607 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699607 is #9669F8. Grayscale: #787878. Windows color (decimal): -9857529 or 497257. OLE color: 497257.
HSL color Cylindrical-coordinate representation of color #699607: hue angle of 78.88º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #699607 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 7 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.41 |
| HSL | 78.88º | 0.91% | 0.31% | - |
| HSV(B) | 78.88º | 0.95% | 0.59% | - |
| XYZ | 16.77 | 24.83 | 4.11 | - |
| YUV | 120.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 7 | 0.30 | 0 | 0.95 | 0.41 | 78.88 | 0.91 | 0.31 |
| Hex | 69 | 96 | 7 | 1E | 0 | 5F | 29 | 4F | 5B | 1F |
| Octal | 151 | 226 | 7 | 36 | 0 | 137 | 51 | 117 | 133 | 37 |
| Binary | 1101001 | 10010110 | 111 | 11110 | 0 | 1011111 | 101001 | 1001111 | 1011011 | 11111 |
Color Harmonies of #699607
Complementary color
Monochromatic Colors of #699607
Black with #699607
Text Example
Text Example
White with #699607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699607; }
p { color: rgb(105,150,7); }
H1.HeaderClassName
{
color: #699607;
}
.AnyTagClassName
{
color: #699607;
}
</style>
background-color css
<style>
a { background-color: #699607; }
a { background-color: rgb(105,150,7); }
div.DivClassName
{
background-color: #699607;
}
.BgClassName
{
background-color: #699607;
}
</style>
border-color css
<style>
span { border-color: #699607; }
span { border-color: rgb(105,150,7); }
td.TdClassName
{
border-color: #699607;
}
.TagClassName
{
border-color: #699607;
}
</style>