Shades of Olive Drab #639407
Tints of Olive Drab #639407
RGB
CMYK
RGB Variations
Color information
#639407 (or 0x639407) is known color: Olive Drab. HEX triplet: 63, 94 and 07. RGB value is (99,148,7). Sum of RGB (Red+Green+Blue) = 99+148+7=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #639407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639407 is #9C6BF8. Grayscale: #757575. Windows color (decimal): -10251257 or 496739. OLE color: 496739.
HSL color Cylindrical-coordinate representation of color #639407: hue angle of 80.85º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #639407 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 148 | 7 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.42 |
| HSL | 80.85º | 0.91% | 0.3% | - |
| HSV(B) | 80.85º | 0.95% | 0.58% | - |
| XYZ | 15.77 | 23.85 | 3.97 | - |
| YUV | 117.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 148 | 7 | 0.33 | 0 | 0.95 | 0.42 | 80.85 | 0.91 | 0.3 |
| Hex | 63 | 94 | 7 | 21 | 0 | 5F | 2A | 51 | 5B | 1E |
| Octal | 143 | 224 | 7 | 41 | 0 | 137 | 52 | 121 | 133 | 36 |
| Binary | 1100011 | 10010100 | 111 | 100001 | 0 | 1011111 | 101010 | 1010001 | 1011011 | 11110 |
Color Harmonies of #639407
Complementary color
Monochromatic Colors of #639407
Black with #639407
Text Example
Text Example
White with #639407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639407; }
p { color: rgb(99,148,7); }
H1.HeaderClassName
{
color: #639407;
}
.AnyTagClassName
{
color: #639407;
}
</style>
background-color css
<style>
a { background-color: #639407; }
a { background-color: rgb(99,148,7); }
div.DivClassName
{
background-color: #639407;
}
.BgClassName
{
background-color: #639407;
}
</style>
border-color css
<style>
span { border-color: #639407; }
span { border-color: rgb(99,148,7); }
td.TdClassName
{
border-color: #639407;
}
.TagClassName
{
border-color: #639407;
}
</style>