Shades of Olive #638400
Tints of Olive #638400
RGB
CMYK
RGB Variations
Color information
#638400 (or 0x638400) is known color: Olive. HEX triplet: 63, 84 and 00. RGB value is (99,132,0). Sum of RGB (Red+Green+Blue) = 99+132+0=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #638400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638400 is #9C7BFF. Grayscale: #6B6B6B. Windows color (decimal): -10255360 or 33891. OLE color: 33891.
HSL color Cylindrical-coordinate representation of color #638400: hue angle of 75º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #638400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 132 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.48 |
| HSL | 75º | 1% | 0.26% | - |
| HSV(B) | 75º | 1% | 0.52% | - |
| XYZ | 13.4 | 19.16 | 2.99 | - |
| YUV | 107.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 0 | 0.25 | 0 | 1 | 0.48 | 75 | 1 | 0.26 |
| Hex | 63 | 84 | 0 | 19 | 0 | 64 | 30 | 4B | 64 | 1A |
| Octal | 143 | 204 | 0 | 31 | 0 | 144 | 60 | 113 | 144 | 32 |
| Binary | 1100011 | 10000100 | 0 | 11001 | 0 | 1100100 | 110000 | 1001011 | 1100100 | 11010 |
Color Harmonies of #638400
Complementary color
Monochromatic Colors of #638400
Black with #638400
Text Example
Text Example
White with #638400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638400; }
p { color: rgb(99,132,0); }
H1.HeaderClassName
{
color: #638400;
}
.AnyTagClassName
{
color: #638400;
}
</style>
background-color css
<style>
a { background-color: #638400; }
a { background-color: rgb(99,132,0); }
div.DivClassName
{
background-color: #638400;
}
.BgClassName
{
background-color: #638400;
}
</style>
border-color css
<style>
span { border-color: #638400; }
span { border-color: rgb(99,132,0); }
td.TdClassName
{
border-color: #638400;
}
.TagClassName
{
border-color: #638400;
}
</style>