Shades of Olive Drab #638023
Tints of Olive Drab #638023
RGB
CMYK
RGB Variations
Color information
#638023 (or 0x638023) is known color: Olive Drab. HEX triplet: 63, 80 and 23. RGB value is (99,128,35). Sum of RGB (Red+Green+Blue) = 99+128+35=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #638023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638023 is #9C7FDC. Grayscale: #6D6D6D. Windows color (decimal): -10256349 or 2326627. OLE color: 2326627.
HSL color Cylindrical-coordinate representation of color #638023: hue angle of 78.71º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #638023 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 128 | 35 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.50 |
| HSL | 78.71º | 0.57% | 0.32% | - |
| HSV(B) | 78.71º | 0.73% | 0.5% | - |
| XYZ | 13.17 | 18.21 | 4.41 | - |
| YUV | 108.73 | 86.39 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 35 | 0.23 | 0 | 0.73 | 0.50 | 78.71 | 0.57 | 0.32 |
| Hex | 63 | 80 | 23 | 17 | 0 | 49 | 32 | 4F | 39 | 20 |
| Octal | 143 | 200 | 43 | 27 | 0 | 111 | 62 | 117 | 71 | 40 |
| Binary | 1100011 | 10000000 | 100011 | 10111 | 0 | 1001001 | 110010 | 1001111 | 111001 | 100000 |
Color Harmonies of #638023
Complementary color
Monochromatic Colors of #638023
Black with #638023
Text Example
Text Example
White with #638023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638023; }
p { color: rgb(99,128,35); }
H1.HeaderClassName
{
color: #638023;
}
.AnyTagClassName
{
color: #638023;
}
</style>
background-color css
<style>
a { background-color: #638023; }
a { background-color: rgb(99,128,35); }
div.DivClassName
{
background-color: #638023;
}
.BgClassName
{
background-color: #638023;
}
</style>
border-color css
<style>
span { border-color: #638023; }
span { border-color: rgb(99,128,35); }
td.TdClassName
{
border-color: #638023;
}
.TagClassName
{
border-color: #638023;
}
</style>