Shades of Olive Drab #698A27
Tints of Olive Drab #698A27
RGB
CMYK
RGB Variations
Color information
#698A27 (or 0x698A27) is known color: Olive Drab. HEX triplet: 69, 8A and 27. RGB value is (105,138,39). Sum of RGB (Red+Green+Blue) = 105+138+39=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #698A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A27 is #9675D8. Grayscale: #757575. Windows color (decimal): -9860569 or 2591337. OLE color: 2591337.
HSL color Cylindrical-coordinate representation of color #698A27: hue angle of 80º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #698A27 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 39 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.46 |
| HSL | 80º | 0.56% | 0.35% | - |
| HSV(B) | 80º | 0.72% | 0.54% | - |
| XYZ | 15.28 | 21.33 | 5.23 | - |
| YUV | 116.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 39 | 0.24 | 0 | 0.72 | 0.46 | 80 | 0.56 | 0.35 |
| Hex | 69 | 8A | 27 | 18 | 0 | 48 | 2E | 50 | 38 | 23 |
| Octal | 151 | 212 | 47 | 30 | 0 | 110 | 56 | 120 | 70 | 43 |
| Binary | 1101001 | 10001010 | 100111 | 11000 | 0 | 1001000 | 101110 | 1010000 | 111000 | 100011 |
Color Harmonies of #698A27
Complementary color
Monochromatic Colors of #698A27
Black with #698A27
Text Example
Text Example
White with #698A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A27; }
p { color: rgb(105,138,39); }
H1.HeaderClassName
{
color: #698A27;
}
.AnyTagClassName
{
color: #698A27;
}
</style>
background-color css
<style>
a { background-color: #698A27; }
a { background-color: rgb(105,138,39); }
div.DivClassName
{
background-color: #698A27;
}
.BgClassName
{
background-color: #698A27;
}
</style>
border-color css
<style>
span { border-color: #698A27; }
span { border-color: rgb(105,138,39); }
td.TdClassName
{
border-color: #698A27;
}
.TagClassName
{
border-color: #698A27;
}
</style>