Shades of Olive Drab #639805
Tints of Olive Drab #639805
RGB
CMYK
RGB Variations
Color information
#639805 (or 0x639805) is known color: Olive Drab. HEX triplet: 63, 98 and 05. RGB value is (99,152,5). Sum of RGB (Red+Green+Blue) = 99+152+5=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #639805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639805 is #9C67FA. Grayscale: #777777. Windows color (decimal): -10250235 or 366691. OLE color: 366691.
HSL color Cylindrical-coordinate representation of color #639805: hue angle of 81.63º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #639805 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 152 | 5 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.40 |
| HSL | 81.63º | 0.94% | 0.31% | - |
| HSV(B) | 81.63º | 0.97% | 0.6% | - |
| XYZ | 16.4 | 25.12 | 4.13 | - |
| YUV | 119.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 152 | 5 | 0.35 | 0 | 0.97 | 0.40 | 81.63 | 0.94 | 0.31 |
| Hex | 63 | 98 | 5 | 23 | 0 | 61 | 28 | 52 | 5E | 1F |
| Octal | 143 | 230 | 5 | 43 | 0 | 141 | 50 | 122 | 136 | 37 |
| Binary | 1100011 | 10011000 | 101 | 100011 | 0 | 1100001 | 101000 | 1010010 | 1011110 | 11111 |
Color Harmonies of #639805
Complementary color
Monochromatic Colors of #639805
Black with #639805
Text Example
Text Example
White with #639805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639805; }
p { color: rgb(99,152,5); }
H1.HeaderClassName
{
color: #639805;
}
.AnyTagClassName
{
color: #639805;
}
</style>
background-color css
<style>
a { background-color: #639805; }
a { background-color: rgb(99,152,5); }
div.DivClassName
{
background-color: #639805;
}
.BgClassName
{
background-color: #639805;
}
</style>
border-color css
<style>
span { border-color: #639805; }
span { border-color: rgb(99,152,5); }
td.TdClassName
{
border-color: #639805;
}
.TagClassName
{
border-color: #639805;
}
</style>