Shades of Olive Drab #699228
Tints of Olive Drab #699228
RGB
CMYK
RGB Variations
Color information
#699228 (or 0x699228) is known color: Olive Drab. HEX triplet: 69, 92 and 28. RGB value is (105,146,40). Sum of RGB (Red+Green+Blue) = 105+146+40=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #699228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699228 is #966DD7. Grayscale: #7A7A7A. Windows color (decimal): -9858520 or 2658921. OLE color: 2658921.
HSL color Cylindrical-coordinate representation of color #699228: hue angle of 83.21º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #699228 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 40 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.43 |
| HSL | 83.21º | 0.57% | 0.36% | - |
| HSV(B) | 83.21º | 0.73% | 0.57% | - |
| XYZ | 16.49 | 23.71 | 5.72 | - |
| YUV | 121.66 | 81.92 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 40 | 0.28 | 0 | 0.73 | 0.43 | 83.21 | 0.57 | 0.36 |
| Hex | 69 | 92 | 28 | 1C | 0 | 49 | 2B | 53 | 39 | 24 |
| Octal | 151 | 222 | 50 | 34 | 0 | 111 | 53 | 123 | 71 | 44 |
| Binary | 1101001 | 10010010 | 101000 | 11100 | 0 | 1001001 | 101011 | 1010011 | 111001 | 100100 |
Color Harmonies of #699228
Complementary color
Monochromatic Colors of #699228
Black with #699228
Text Example
Text Example
White with #699228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699228; }
p { color: rgb(105,146,40); }
H1.HeaderClassName
{
color: #699228;
}
.AnyTagClassName
{
color: #699228;
}
</style>
background-color css
<style>
a { background-color: #699228; }
a { background-color: rgb(105,146,40); }
div.DivClassName
{
background-color: #699228;
}
.BgClassName
{
background-color: #699228;
}
</style>
border-color css
<style>
span { border-color: #699228; }
span { border-color: rgb(105,146,40); }
td.TdClassName
{
border-color: #699228;
}
.TagClassName
{
border-color: #699228;
}
</style>