Shades of Olive Drab #699526
Tints of Olive Drab #699526
RGB
CMYK
RGB Variations
Color information
#699526 (or 0x699526) is known color: Olive Drab. HEX triplet: 69, 95 and 26. RGB value is (105,149,38). Sum of RGB (Red+Green+Blue) = 105+149+38=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #699526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699526 is #966AD9. Grayscale: #7B7B7B. Windows color (decimal): -9857754 or 2528617. OLE color: 2528617.
HSL color Cylindrical-coordinate representation of color #699526: hue angle of 83.78º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699526 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 38 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.42 |
| HSL | 83.78º | 0.59% | 0.37% | - |
| HSV(B) | 83.78º | 0.74% | 0.58% | - |
| XYZ | 16.92 | 24.64 | 5.7 | - |
| YUV | 123.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 38 | 0.30 | 0 | 0.74 | 0.42 | 83.78 | 0.59 | 0.37 |
| Hex | 69 | 95 | 26 | 1E | 0 | 4A | 2A | 54 | 3B | 25 |
| Octal | 151 | 225 | 46 | 36 | 0 | 112 | 52 | 124 | 73 | 45 |
| Binary | 1101001 | 10010101 | 100110 | 11110 | 0 | 1001010 | 101010 | 1010100 | 111011 | 100101 |
Color Harmonies of #699526
Complementary color
Monochromatic Colors of #699526
Black with #699526
Text Example
Text Example
White with #699526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699526; }
p { color: rgb(105,149,38); }
H1.HeaderClassName
{
color: #699526;
}
.AnyTagClassName
{
color: #699526;
}
</style>
background-color css
<style>
a { background-color: #699526; }
a { background-color: rgb(105,149,38); }
div.DivClassName
{
background-color: #699526;
}
.BgClassName
{
background-color: #699526;
}
</style>
border-color css
<style>
span { border-color: #699526; }
span { border-color: rgb(105,149,38); }
td.TdClassName
{
border-color: #699526;
}
.TagClassName
{
border-color: #699526;
}
</style>