Shades of Olive Drab #699528
Tints of Olive Drab #699528
RGB
CMYK
RGB Variations
Color information
#699528 (or 0x699528) is known color: Olive Drab. HEX triplet: 69, 95 and 28. RGB value is (105,149,40). Sum of RGB (Red+Green+Blue) = 105+149+40=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #699528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699528 is #966AD7. Grayscale: #7B7B7B. Windows color (decimal): -9857752 or 2659689. OLE color: 2659689.
HSL color Cylindrical-coordinate representation of color #699528: hue angle of 84.22º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #699528 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 40 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.42 |
| HSL | 84.22º | 0.58% | 0.37% | - |
| HSV(B) | 84.22º | 0.73% | 0.58% | - |
| XYZ | 16.96 | 24.65 | 5.87 | - |
| YUV | 123.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 40 | 0.30 | 0 | 0.73 | 0.42 | 84.22 | 0.58 | 0.37 |
| Hex | 69 | 95 | 28 | 1E | 0 | 49 | 2A | 54 | 3A | 25 |
| Octal | 151 | 225 | 50 | 36 | 0 | 111 | 52 | 124 | 72 | 45 |
| Binary | 1101001 | 10010101 | 101000 | 11110 | 0 | 1001001 | 101010 | 1010100 | 111010 | 100101 |
Color Harmonies of #699528
Complementary color
Monochromatic Colors of #699528
Black with #699528
Text Example
Text Example
White with #699528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699528; }
p { color: rgb(105,149,40); }
H1.HeaderClassName
{
color: #699528;
}
.AnyTagClassName
{
color: #699528;
}
</style>
background-color css
<style>
a { background-color: #699528; }
a { background-color: rgb(105,149,40); }
div.DivClassName
{
background-color: #699528;
}
.BgClassName
{
background-color: #699528;
}
</style>
border-color css
<style>
span { border-color: #699528; }
span { border-color: rgb(105,149,40); }
td.TdClassName
{
border-color: #699528;
}
.TagClassName
{
border-color: #699528;
}
</style>