Shades of Olive Drab #678832
Tints of Olive Drab #678832
RGB
CMYK
RGB Variations
Color information
#678832 (or 0x678832) is known color: Olive Drab. HEX triplet: 67, 88 and 32. RGB value is (103,136,50). Sum of RGB (Red+Green+Blue) = 103+136+50=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #678832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678832 is #9877CD. Grayscale: #747474. Windows color (decimal): -9992142 or 3311719. OLE color: 3311719.
HSL color Cylindrical-coordinate representation of color #678832: hue angle of 83.02º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #678832 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 50 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.47 |
| HSL | 83.02º | 0.46% | 0.36% | - |
| HSV(B) | 83.02º | 0.63% | 0.53% | - |
| XYZ | 14.97 | 20.72 | 6.23 | - |
| YUV | 116.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 50 | 0.24 | 0 | 0.63 | 0.47 | 83.02 | 0.46 | 0.36 |
| Hex | 67 | 88 | 32 | 18 | 0 | 3F | 2F | 53 | 2E | 24 |
| Octal | 147 | 210 | 62 | 30 | 0 | 77 | 57 | 123 | 56 | 44 |
| Binary | 1100111 | 10001000 | 110010 | 11000 | 0 | 111111 | 101111 | 1010011 | 101110 | 100100 |
Color Harmonies of #678832
Complementary color
Monochromatic Colors of #678832
Black with #678832
Text Example
Text Example
White with #678832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678832; }
p { color: rgb(103,136,50); }
H1.HeaderClassName
{
color: #678832;
}
.AnyTagClassName
{
color: #678832;
}
</style>
background-color css
<style>
a { background-color: #678832; }
a { background-color: rgb(103,136,50); }
div.DivClassName
{
background-color: #678832;
}
.BgClassName
{
background-color: #678832;
}
</style>
border-color css
<style>
span { border-color: #678832; }
span { border-color: rgb(103,136,50); }
td.TdClassName
{
border-color: #678832;
}
.TagClassName
{
border-color: #678832;
}
</style>