Shades of Olive Drab #699125
Tints of Olive Drab #699125
RGB
CMYK
RGB Variations
Color information
#699125 (or 0x699125) is known color: Olive Drab. HEX triplet: 69, 91 and 25. RGB value is (105,145,37). Sum of RGB (Red+Green+Blue) = 105+145+37=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #699125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699125 is #966EDA. Grayscale: #797979. Windows color (decimal): -9858779 or 2462057. OLE color: 2462057.
HSL color Cylindrical-coordinate representation of color #699125: hue angle of 82.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699125 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 37 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.43 |
| HSL | 82.22º | 0.59% | 0.36% | - |
| HSV(B) | 82.22º | 0.74% | 0.57% | - |
| XYZ | 16.29 | 23.39 | 5.41 | - |
| YUV | 120.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 37 | 0.28 | 0 | 0.74 | 0.43 | 82.22 | 0.59 | 0.36 |
| Hex | 69 | 91 | 25 | 1C | 0 | 4A | 2B | 52 | 3B | 24 |
| Octal | 151 | 221 | 45 | 34 | 0 | 112 | 53 | 122 | 73 | 44 |
| Binary | 1101001 | 10010001 | 100101 | 11100 | 0 | 1001010 | 101011 | 1010010 | 111011 | 100100 |
Color Harmonies of #699125
Complementary color
Monochromatic Colors of #699125
Black with #699125
Text Example
Text Example
White with #699125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699125; }
p { color: rgb(105,145,37); }
H1.HeaderClassName
{
color: #699125;
}
.AnyTagClassName
{
color: #699125;
}
</style>
background-color css
<style>
a { background-color: #699125; }
a { background-color: rgb(105,145,37); }
div.DivClassName
{
background-color: #699125;
}
.BgClassName
{
background-color: #699125;
}
</style>
border-color css
<style>
span { border-color: #699125; }
span { border-color: rgb(105,145,37); }
td.TdClassName
{
border-color: #699125;
}
.TagClassName
{
border-color: #699125;
}
</style>