Shades of Olive Drab #699127
Tints of Olive Drab #699127
RGB
CMYK
RGB Variations
Color information
#699127 (or 0x699127) is known color: Olive Drab. HEX triplet: 69, 91 and 27. RGB value is (105,145,39). Sum of RGB (Red+Green+Blue) = 105+145+39=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #699127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699127 is #966ED8. Grayscale: #797979. Windows color (decimal): -9858777 or 2593129. OLE color: 2593129.
HSL color Cylindrical-coordinate representation of color #699127: hue angle of 82.64º degrees, saturation: 0.58, 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 #699127 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 39 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.43 |
| HSL | 82.64º | 0.58% | 0.36% | - |
| HSV(B) | 82.64º | 0.73% | 0.57% | - |
| XYZ | 16.32 | 23.4 | 5.58 | - |
| YUV | 120.96 | 81.75 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 39 | 0.28 | 0 | 0.73 | 0.43 | 82.64 | 0.58 | 0.36 |
| Hex | 69 | 91 | 27 | 1C | 0 | 49 | 2B | 53 | 3A | 24 |
| Octal | 151 | 221 | 47 | 34 | 0 | 111 | 53 | 123 | 72 | 44 |
| Binary | 1101001 | 10010001 | 100111 | 11100 | 0 | 1001001 | 101011 | 1010011 | 111010 | 100100 |
Color Harmonies of #699127
Complementary color
Monochromatic Colors of #699127
Black with #699127
Text Example
Text Example
White with #699127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699127; }
p { color: rgb(105,145,39); }
H1.HeaderClassName
{
color: #699127;
}
.AnyTagClassName
{
color: #699127;
}
</style>
background-color css
<style>
a { background-color: #699127; }
a { background-color: rgb(105,145,39); }
div.DivClassName
{
background-color: #699127;
}
.BgClassName
{
background-color: #699127;
}
</style>
border-color css
<style>
span { border-color: #699127; }
span { border-color: rgb(105,145,39); }
td.TdClassName
{
border-color: #699127;
}
.TagClassName
{
border-color: #699127;
}
</style>