Shades of Olive Drab #678932
Tints of Olive Drab #678932
RGB
CMYK
RGB Variations
Color information
#678932 (or 0x678932) is known color: Olive Drab. HEX triplet: 67, 89 and 32. RGB value is (103,137,50). Sum of RGB (Red+Green+Blue) = 103+137+50=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #678932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678932 is #9876CD. Grayscale: #757575. Windows color (decimal): -9991886 or 3311975. OLE color: 3311975.
HSL color Cylindrical-coordinate representation of color #678932: hue angle of 83.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #678932 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 50 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.46 |
| HSL | 83.45º | 0.47% | 0.37% | - |
| HSV(B) | 83.45º | 0.64% | 0.54% | - |
| XYZ | 15.11 | 21.01 | 6.28 | - |
| YUV | 116.92 | 90.24 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 50 | 0.25 | 0 | 0.64 | 0.46 | 83.45 | 0.47 | 0.37 |
| Hex | 67 | 89 | 32 | 19 | 0 | 40 | 2E | 53 | 2F | 25 |
| Octal | 147 | 211 | 62 | 31 | 0 | 100 | 56 | 123 | 57 | 45 |
| Binary | 1100111 | 10001001 | 110010 | 11001 | 0 | 1000000 | 101110 | 1010011 | 101111 | 100101 |
Color Harmonies of #678932
Complementary color
Monochromatic Colors of #678932
Black with #678932
Text Example
Text Example
White with #678932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678932; }
p { color: rgb(103,137,50); }
H1.HeaderClassName
{
color: #678932;
}
.AnyTagClassName
{
color: #678932;
}
</style>
background-color css
<style>
a { background-color: #678932; }
a { background-color: rgb(103,137,50); }
div.DivClassName
{
background-color: #678932;
}
.BgClassName
{
background-color: #678932;
}
</style>
border-color css
<style>
span { border-color: #678932; }
span { border-color: rgb(103,137,50); }
td.TdClassName
{
border-color: #678932;
}
.TagClassName
{
border-color: #678932;
}
</style>