Shades of Olive Drab #638823
Tints of Olive Drab #638823
RGB
CMYK
RGB Variations
Color information
#638823 (or 0x638823) is known color: Olive Drab. HEX triplet: 63, 88 and 23. RGB value is (99,136,35). Sum of RGB (Red+Green+Blue) = 99+136+35=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #638823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638823 is #9C77DC. Grayscale: #717171. Windows color (decimal): -10254301 or 2328675. OLE color: 2328675.
HSL color Cylindrical-coordinate representation of color #638823: hue angle of 81.98º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #638823 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 35 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.47 |
| HSL | 81.98º | 0.59% | 0.34% | - |
| HSV(B) | 81.98º | 0.74% | 0.53% | - |
| XYZ | 14.25 | 20.38 | 4.77 | - |
| YUV | 113.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 35 | 0.27 | 0 | 0.74 | 0.47 | 81.98 | 0.59 | 0.34 |
| Hex | 63 | 88 | 23 | 1B | 0 | 4A | 2F | 52 | 3B | 22 |
| Octal | 143 | 210 | 43 | 33 | 0 | 112 | 57 | 122 | 73 | 42 |
| Binary | 1100011 | 10001000 | 100011 | 11011 | 0 | 1001010 | 101111 | 1010010 | 111011 | 100010 |
Color Harmonies of #638823
Complementary color
Monochromatic Colors of #638823
Black with #638823
Text Example
Text Example
White with #638823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638823; }
p { color: rgb(99,136,35); }
H1.HeaderClassName
{
color: #638823;
}
.AnyTagClassName
{
color: #638823;
}
</style>
background-color css
<style>
a { background-color: #638823; }
a { background-color: rgb(99,136,35); }
div.DivClassName
{
background-color: #638823;
}
.BgClassName
{
background-color: #638823;
}
</style>
border-color css
<style>
span { border-color: #638823; }
span { border-color: rgb(99,136,35); }
td.TdClassName
{
border-color: #638823;
}
.TagClassName
{
border-color: #638823;
}
</style>