Shades of Olive Drab #699627
Tints of Olive Drab #699627
RGB
CMYK
RGB Variations
Color information
#699627 (or 0x699627) is known color: Olive Drab. HEX triplet: 69, 96 and 27. RGB value is (105,150,39). Sum of RGB (Red+Green+Blue) = 105+150+39=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #699627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699627 is #9669D8. Grayscale: #7C7C7C. Windows color (decimal): -9857497 or 2594409. OLE color: 2594409.
HSL color Cylindrical-coordinate representation of color #699627: hue angle of 84.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699627 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 39 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.41 |
| HSL | 84.32º | 0.59% | 0.37% | - |
| HSV(B) | 84.32º | 0.74% | 0.59% | - |
| XYZ | 17.1 | 24.96 | 5.84 | - |
| YUV | 123.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 39 | 0.30 | 0 | 0.74 | 0.41 | 84.32 | 0.59 | 0.37 |
| Hex | 69 | 96 | 27 | 1E | 0 | 4A | 29 | 54 | 3B | 25 |
| Octal | 151 | 226 | 47 | 36 | 0 | 112 | 51 | 124 | 73 | 45 |
| Binary | 1101001 | 10010110 | 100111 | 11110 | 0 | 1001010 | 101001 | 1010100 | 111011 | 100101 |
Color Harmonies of #699627
Complementary color
Monochromatic Colors of #699627
Black with #699627
Text Example
Text Example
White with #699627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699627; }
p { color: rgb(105,150,39); }
H1.HeaderClassName
{
color: #699627;
}
.AnyTagClassName
{
color: #699627;
}
</style>
background-color css
<style>
a { background-color: #699627; }
a { background-color: rgb(105,150,39); }
div.DivClassName
{
background-color: #699627;
}
.BgClassName
{
background-color: #699627;
}
</style>
border-color css
<style>
span { border-color: #699627; }
span { border-color: rgb(105,150,39); }
td.TdClassName
{
border-color: #699627;
}
.TagClassName
{
border-color: #699627;
}
</style>