Shades of Olive Drab #638709
Tints of Olive Drab #638709
RGB
CMYK
RGB Variations
Color information
#638709 (or 0x638709) is known color: Olive Drab. HEX triplet: 63, 87 and 09. RGB value is (99,135,9). Sum of RGB (Red+Green+Blue) = 99+135+9=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #638709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638709 is #9C78F6. Grayscale: #6E6E6E. Windows color (decimal): -10254583 or 624483. OLE color: 624483.
HSL color Cylindrical-coordinate representation of color #638709: hue angle of 77.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #638709 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 135 | 9 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.47 |
| HSL | 77.14º | 0.88% | 0.28% | - |
| HSV(B) | 77.14º | 0.93% | 0.53% | - |
| XYZ | 13.86 | 20 | 3.39 | - |
| YUV | 109.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 9 | 0.27 | 0 | 0.93 | 0.47 | 77.14 | 0.88 | 0.28 |
| Hex | 63 | 87 | 9 | 1B | 0 | 5D | 2F | 4D | 58 | 1C |
| Octal | 143 | 207 | 11 | 33 | 0 | 135 | 57 | 115 | 130 | 34 |
| Binary | 1100011 | 10000111 | 1001 | 11011 | 0 | 1011101 | 101111 | 1001101 | 1011000 | 11100 |
Color Harmonies of #638709
Complementary color
Monochromatic Colors of #638709
Black with #638709
Text Example
Text Example
White with #638709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638709; }
p { color: rgb(99,135,9); }
H1.HeaderClassName
{
color: #638709;
}
.AnyTagClassName
{
color: #638709;
}
</style>
background-color css
<style>
a { background-color: #638709; }
a { background-color: rgb(99,135,9); }
div.DivClassName
{
background-color: #638709;
}
.BgClassName
{
background-color: #638709;
}
</style>
border-color css
<style>
span { border-color: #638709; }
span { border-color: rgb(99,135,9); }
td.TdClassName
{
border-color: #638709;
}
.TagClassName
{
border-color: #638709;
}
</style>