Shades of Olive Drab #639702
Tints of Olive Drab #639702
RGB
CMYK
RGB Variations
Color information
#639702 (or 0x639702) is known color: Olive Drab. HEX triplet: 63, 97 and 02. RGB value is (99,151,2). Sum of RGB (Red+Green+Blue) = 99+151+2=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #639702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639702 is #9C68FD. Grayscale: #777777. Windows color (decimal): -10250494 or 169827. OLE color: 169827.
HSL color Cylindrical-coordinate representation of color #639702: hue angle of 80.94º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #639702 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 151 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.41 |
| HSL | 80.94º | 0.97% | 0.3% | - |
| HSV(B) | 80.94º | 0.99% | 0.59% | - |
| XYZ | 16.22 | 24.79 | 3.99 | - |
| YUV | 118.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 2 | 0.34 | 0 | 0.99 | 0.41 | 80.94 | 0.97 | 0.3 |
| Hex | 63 | 97 | 2 | 22 | 0 | 63 | 29 | 51 | 61 | 1E |
| Octal | 143 | 227 | 2 | 42 | 0 | 143 | 51 | 121 | 141 | 36 |
| Binary | 1100011 | 10010111 | 10 | 100010 | 0 | 1100011 | 101001 | 1010001 | 1100001 | 11110 |
Color Harmonies of #639702
Complementary color
Monochromatic Colors of #639702
Black with #639702
Text Example
Text Example
White with #639702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639702; }
p { color: rgb(99,151,2); }
H1.HeaderClassName
{
color: #639702;
}
.AnyTagClassName
{
color: #639702;
}
</style>
background-color css
<style>
a { background-color: #639702; }
a { background-color: rgb(99,151,2); }
div.DivClassName
{
background-color: #639702;
}
.BgClassName
{
background-color: #639702;
}
</style>
border-color css
<style>
span { border-color: #639702; }
span { border-color: rgb(99,151,2); }
td.TdClassName
{
border-color: #639702;
}
.TagClassName
{
border-color: #639702;
}
</style>