Shades of Olive Drab #698C27
Tints of Olive Drab #698C27
RGB
CMYK
RGB Variations
Color information
#698C27 (or 0x698C27) is known color: Olive Drab. HEX triplet: 69, 8C and 27. RGB value is (105,140,39). Sum of RGB (Red+Green+Blue) = 105+140+39=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #698C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698C27 is #9673D8. Grayscale: #767676. Windows color (decimal): -9860057 or 2591849. OLE color: 2591849.
HSL color Cylindrical-coordinate representation of color #698C27: hue angle of 80.79º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #698C27 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 39 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.45 |
| HSL | 80.79º | 0.56% | 0.35% | - |
| HSV(B) | 80.79º | 0.72% | 0.55% | - |
| XYZ | 15.57 | 21.91 | 5.33 | - |
| YUV | 118.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 39 | 0.25 | 0 | 0.72 | 0.45 | 80.79 | 0.56 | 0.35 |
| Hex | 69 | 8C | 27 | 19 | 0 | 48 | 2D | 51 | 38 | 23 |
| Octal | 151 | 214 | 47 | 31 | 0 | 110 | 55 | 121 | 70 | 43 |
| Binary | 1101001 | 10001100 | 100111 | 11001 | 0 | 1001000 | 101101 | 1010001 | 111000 | 100011 |
Color Harmonies of #698C27
Complementary color
Monochromatic Colors of #698C27
Black with #698C27
Text Example
Text Example
White with #698C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C27; }
p { color: rgb(105,140,39); }
H1.HeaderClassName
{
color: #698C27;
}
.AnyTagClassName
{
color: #698C27;
}
</style>
background-color css
<style>
a { background-color: #698C27; }
a { background-color: rgb(105,140,39); }
div.DivClassName
{
background-color: #698C27;
}
.BgClassName
{
background-color: #698C27;
}
</style>
border-color css
<style>
span { border-color: #698C27; }
span { border-color: rgb(105,140,39); }
td.TdClassName
{
border-color: #698C27;
}
.TagClassName
{
border-color: #698C27;
}
</style>