Shades of Olive Drab #678534
Tints of Olive Drab #678534
RGB
CMYK
RGB Variations
Color information
#678534 (or 0x678534) is known color: Olive Drab. HEX triplet: 67, 85 and 34. RGB value is (103,133,52). Sum of RGB (Red+Green+Blue) = 103+133+52=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #678534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678534 is #987ACB. Grayscale: #737373. Windows color (decimal): -9992908 or 3442023. OLE color: 3442023.
HSL color Cylindrical-coordinate representation of color #678534: hue angle of 82.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #678534 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 52 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.48 |
| HSL | 82.22º | 0.44% | 0.36% | - |
| HSV(B) | 82.22º | 0.61% | 0.52% | - |
| XYZ | 14.6 | 19.91 | 6.32 | - |
| YUV | 114.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 52 | 0.23 | 0 | 0.61 | 0.48 | 82.22 | 0.44 | 0.36 |
| Hex | 67 | 85 | 34 | 17 | 0 | 3D | 30 | 52 | 2C | 24 |
| Octal | 147 | 205 | 64 | 27 | 0 | 75 | 60 | 122 | 54 | 44 |
| Binary | 1100111 | 10000101 | 110100 | 10111 | 0 | 111101 | 110000 | 1010010 | 101100 | 100100 |
Color Harmonies of #678534
Complementary color
Monochromatic Colors of #678534
Black with #678534
Text Example
Text Example
White with #678534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678534; }
p { color: rgb(103,133,52); }
H1.HeaderClassName
{
color: #678534;
}
.AnyTagClassName
{
color: #678534;
}
</style>
background-color css
<style>
a { background-color: #678534; }
a { background-color: rgb(103,133,52); }
div.DivClassName
{
background-color: #678534;
}
.BgClassName
{
background-color: #678534;
}
</style>
border-color css
<style>
span { border-color: #678534; }
span { border-color: rgb(103,133,52); }
td.TdClassName
{
border-color: #678534;
}
.TagClassName
{
border-color: #678534;
}
</style>