Shades of Olive Drab #658328
Tints of Olive Drab #658328
RGB
CMYK
RGB Variations
Color information
#658328 (or 0x658328) is known color: Olive Drab. HEX triplet: 65, 83 and 28. RGB value is (101,131,40). Sum of RGB (Red+Green+Blue) = 101+131+40=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #658328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658328 is #9A7CD7. Grayscale: #6F6F6F. Windows color (decimal): -10124504 or 2655077. OLE color: 2655077.
HSL color Cylindrical-coordinate representation of color #658328: hue angle of 79.78º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #658328 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 40 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.49 |
| HSL | 79.78º | 0.53% | 0.34% | - |
| HSV(B) | 79.78º | 0.69% | 0.51% | - |
| XYZ | 13.87 | 19.15 | 4.97 | - |
| YUV | 111.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 40 | 0.23 | 0 | 0.69 | 0.49 | 79.78 | 0.53 | 0.34 |
| Hex | 65 | 83 | 28 | 17 | 0 | 45 | 31 | 50 | 35 | 22 |
| Octal | 145 | 203 | 50 | 27 | 0 | 105 | 61 | 120 | 65 | 42 |
| Binary | 1100101 | 10000011 | 101000 | 10111 | 0 | 1000101 | 110001 | 1010000 | 110101 | 100010 |
Color Harmonies of #658328
Complementary color
Monochromatic Colors of #658328
Black with #658328
Text Example
Text Example
White with #658328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658328; }
p { color: rgb(101,131,40); }
H1.HeaderClassName
{
color: #658328;
}
.AnyTagClassName
{
color: #658328;
}
</style>
background-color css
<style>
a { background-color: #658328; }
a { background-color: rgb(101,131,40); }
div.DivClassName
{
background-color: #658328;
}
.BgClassName
{
background-color: #658328;
}
</style>
border-color css
<style>
span { border-color: #658328; }
span { border-color: rgb(101,131,40); }
td.TdClassName
{
border-color: #658328;
}
.TagClassName
{
border-color: #658328;
}
</style>