Shades of Olive Drab #658308
Tints of Olive Drab #658308
RGB
CMYK
RGB Variations
Color information
#658308 (or 0x658308) is known color: Olive Drab. HEX triplet: 65, 83 and 08. RGB value is (101,131,8). Sum of RGB (Red+Green+Blue) = 101+131+8=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #658308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658308 is #9A7CF7. Grayscale: #6C6C6C. Windows color (decimal): -10124536 or 557925. OLE color: 557925.
HSL color Cylindrical-coordinate representation of color #658308: hue angle of 74.63º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #658308 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 131 | 8 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.49 |
| HSL | 74.63º | 0.88% | 0.27% | - |
| HSV(B) | 74.63º | 0.94% | 0.51% | - |
| XYZ | 13.53 | 19.02 | 3.19 | - |
| YUV | 108.01 | 71.56 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 8 | 0.23 | 0 | 0.94 | 0.49 | 74.63 | 0.88 | 0.27 |
| Hex | 65 | 83 | 8 | 17 | 0 | 5E | 31 | 4B | 58 | 1B |
| Octal | 145 | 203 | 10 | 27 | 0 | 136 | 61 | 113 | 130 | 33 |
| Binary | 1100101 | 10000011 | 1000 | 10111 | 0 | 1011110 | 110001 | 1001011 | 1011000 | 11011 |
Color Harmonies of #658308
Complementary color
Monochromatic Colors of #658308
Black with #658308
Text Example
Text Example
White with #658308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658308; }
p { color: rgb(101,131,8); }
H1.HeaderClassName
{
color: #658308;
}
.AnyTagClassName
{
color: #658308;
}
</style>
background-color css
<style>
a { background-color: #658308; }
a { background-color: rgb(101,131,8); }
div.DivClassName
{
background-color: #658308;
}
.BgClassName
{
background-color: #658308;
}
</style>
border-color css
<style>
span { border-color: #658308; }
span { border-color: rgb(101,131,8); }
td.TdClassName
{
border-color: #658308;
}
.TagClassName
{
border-color: #658308;
}
</style>