Shades of Olive Drab #638423
Tints of Olive Drab #638423
RGB
CMYK
RGB Variations
Color information
#638423 (or 0x638423) is known color: Olive Drab. HEX triplet: 63, 84 and 23. RGB value is (99,132,35). Sum of RGB (Red+Green+Blue) = 99+132+35=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #638423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638423 is #9C7BDC. Grayscale: #6F6F6F. Windows color (decimal): -10255325 or 2327651. OLE color: 2327651.
HSL color Cylindrical-coordinate representation of color #638423: hue angle of 80.41º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #638423 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 35 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.48 |
| HSL | 80.41º | 0.58% | 0.33% | - |
| HSV(B) | 80.41º | 0.73% | 0.52% | - |
| XYZ | 13.7 | 19.28 | 4.59 | - |
| YUV | 111.08 | 85.07 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 35 | 0.25 | 0 | 0.73 | 0.48 | 80.41 | 0.58 | 0.33 |
| Hex | 63 | 84 | 23 | 19 | 0 | 49 | 30 | 50 | 3A | 21 |
| Octal | 143 | 204 | 43 | 31 | 0 | 111 | 60 | 120 | 72 | 41 |
| Binary | 1100011 | 10000100 | 100011 | 11001 | 0 | 1001001 | 110000 | 1010000 | 111010 | 100001 |
Color Harmonies of #638423
Complementary color
Monochromatic Colors of #638423
Black with #638423
Text Example
Text Example
White with #638423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638423; }
p { color: rgb(99,132,35); }
H1.HeaderClassName
{
color: #638423;
}
.AnyTagClassName
{
color: #638423;
}
</style>
background-color css
<style>
a { background-color: #638423; }
a { background-color: rgb(99,132,35); }
div.DivClassName
{
background-color: #638423;
}
.BgClassName
{
background-color: #638423;
}
</style>
border-color css
<style>
span { border-color: #638423; }
span { border-color: rgb(99,132,35); }
td.TdClassName
{
border-color: #638423;
}
.TagClassName
{
border-color: #638423;
}
</style>