Shades of Olive Drab #658225
Tints of Olive Drab #658225
RGB
CMYK
RGB Variations
Color information
#658225 (or 0x658225) is known color: Olive Drab. HEX triplet: 65, 82 and 25. RGB value is (101,130,37). Sum of RGB (Red+Green+Blue) = 101+130+37=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #658225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658225 is #9A7DDA. Grayscale: #6F6F6F. Windows color (decimal): -10124763 or 2458213. OLE color: 2458213.
HSL color Cylindrical-coordinate representation of color #658225: hue angle of 78.71º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #658225 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 37 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.49 |
| HSL | 78.71º | 0.56% | 0.33% | - |
| HSV(B) | 78.71º | 0.72% | 0.51% | - |
| XYZ | 13.68 | 18.87 | 4.67 | - |
| YUV | 110.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 37 | 0.22 | 0 | 0.72 | 0.49 | 78.71 | 0.56 | 0.33 |
| Hex | 65 | 82 | 25 | 16 | 0 | 48 | 31 | 4F | 38 | 21 |
| Octal | 145 | 202 | 45 | 26 | 0 | 110 | 61 | 117 | 70 | 41 |
| Binary | 1100101 | 10000010 | 100101 | 10110 | 0 | 1001000 | 110001 | 1001111 | 111000 | 100001 |
Color Harmonies of #658225
Complementary color
Monochromatic Colors of #658225
Black with #658225
Text Example
Text Example
White with #658225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658225; }
p { color: rgb(101,130,37); }
H1.HeaderClassName
{
color: #658225;
}
.AnyTagClassName
{
color: #658225;
}
</style>
background-color css
<style>
a { background-color: #658225; }
a { background-color: rgb(101,130,37); }
div.DivClassName
{
background-color: #658225;
}
.BgClassName
{
background-color: #658225;
}
</style>
border-color css
<style>
span { border-color: #658225; }
span { border-color: rgb(101,130,37); }
td.TdClassName
{
border-color: #658225;
}
.TagClassName
{
border-color: #658225;
}
</style>