Shades of Olive Drab #638126
Tints of Olive Drab #638126
RGB
CMYK
RGB Variations
Color information
#638126 (or 0x638126) is known color: Olive Drab. HEX triplet: 63, 81 and 26. RGB value is (99,129,38). Sum of RGB (Red+Green+Blue) = 99+129+38=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #638126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638126 is #9C7ED9. Grayscale: #6D6D6D. Windows color (decimal): -10256090 or 2523491. OLE color: 2523491.
HSL color Cylindrical-coordinate representation of color #638126: hue angle of 79.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #638126 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 129 | 38 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.49 |
| HSL | 79.78º | 0.54% | 0.33% | - |
| HSV(B) | 79.78º | 0.71% | 0.51% | - |
| XYZ | 13.35 | 18.49 | 4.7 | - |
| YUV | 109.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 129 | 38 | 0.23 | 0 | 0.71 | 0.49 | 79.78 | 0.54 | 0.33 |
| Hex | 63 | 81 | 26 | 17 | 0 | 47 | 31 | 50 | 36 | 21 |
| Octal | 143 | 201 | 46 | 27 | 0 | 107 | 61 | 120 | 66 | 41 |
| Binary | 1100011 | 10000001 | 100110 | 10111 | 0 | 1000111 | 110001 | 1010000 | 110110 | 100001 |
Color Harmonies of #638126
Complementary color
Monochromatic Colors of #638126
Black with #638126
Text Example
Text Example
White with #638126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638126; }
p { color: rgb(99,129,38); }
H1.HeaderClassName
{
color: #638126;
}
.AnyTagClassName
{
color: #638126;
}
</style>
background-color css
<style>
a { background-color: #638126; }
a { background-color: rgb(99,129,38); }
div.DivClassName
{
background-color: #638126;
}
.BgClassName
{
background-color: #638126;
}
</style>
border-color css
<style>
span { border-color: #638126; }
span { border-color: rgb(99,129,38); }
td.TdClassName
{
border-color: #638126;
}
.TagClassName
{
border-color: #638126;
}
</style>