Shades of Olive Drab #639708
Tints of Olive Drab #639708
RGB
CMYK
RGB Variations
Color information
#639708 (or 0x639708) is known color: Olive Drab. HEX triplet: 63, 97 and 08. RGB value is (99,151,8). Sum of RGB (Red+Green+Blue) = 99+151+8=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #639708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639708 is #9C68F7. Grayscale: #777777. Windows color (decimal): -10250488 or 563043. OLE color: 563043.
HSL color Cylindrical-coordinate representation of color #639708: hue angle of 81.82º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #639708 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 151 | 8 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.41 |
| HSL | 81.82º | 0.9% | 0.31% | - |
| HSV(B) | 81.82º | 0.95% | 0.59% | - |
| XYZ | 16.26 | 24.8 | 4.16 | - |
| YUV | 119.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 8 | 0.34 | 0 | 0.95 | 0.41 | 81.82 | 0.9 | 0.31 |
| Hex | 63 | 97 | 8 | 22 | 0 | 5F | 29 | 52 | 5A | 1F |
| Octal | 143 | 227 | 10 | 42 | 0 | 137 | 51 | 122 | 132 | 37 |
| Binary | 1100011 | 10010111 | 1000 | 100010 | 0 | 1011111 | 101001 | 1010010 | 1011010 | 11111 |
Color Harmonies of #639708
Complementary color
Monochromatic Colors of #639708
Black with #639708
Text Example
Text Example
White with #639708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639708; }
p { color: rgb(99,151,8); }
H1.HeaderClassName
{
color: #639708;
}
.AnyTagClassName
{
color: #639708;
}
</style>
background-color css
<style>
a { background-color: #639708; }
a { background-color: rgb(99,151,8); }
div.DivClassName
{
background-color: #639708;
}
.BgClassName
{
background-color: #639708;
}
</style>
border-color css
<style>
span { border-color: #639708; }
span { border-color: rgb(99,151,8); }
td.TdClassName
{
border-color: #639708;
}
.TagClassName
{
border-color: #639708;
}
</style>