Shades of Olive Drab #678635
Tints of Olive Drab #678635
RGB
CMYK
RGB Variations
Color information
#678635 (or 0x678635) is known color: Olive Drab. HEX triplet: 67, 86 and 35. RGB value is (103,134,53). Sum of RGB (Red+Green+Blue) = 103+134+53=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #678635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678635 is #9879CA. Grayscale: #737373. Windows color (decimal): -9992651 or 3507815. OLE color: 3507815.
HSL color Cylindrical-coordinate representation of color #678635: hue angle of 82.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #678635 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 53 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.47 |
| HSL | 82.96º | 0.43% | 0.37% | - |
| HSV(B) | 82.96º | 0.6% | 0.53% | - |
| XYZ | 14.76 | 20.19 | 6.49 | - |
| YUV | 115.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 53 | 0.23 | 0 | 0.60 | 0.47 | 82.96 | 0.43 | 0.37 |
| Hex | 67 | 86 | 35 | 17 | 0 | 3C | 2F | 53 | 2B | 25 |
| Octal | 147 | 206 | 65 | 27 | 0 | 74 | 57 | 123 | 53 | 45 |
| Binary | 1100111 | 10000110 | 110101 | 10111 | 0 | 111100 | 101111 | 1010011 | 101011 | 100101 |
Color Harmonies of #678635
Complementary color
Monochromatic Colors of #678635
Black with #678635
Text Example
Text Example
White with #678635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678635; }
p { color: rgb(103,134,53); }
H1.HeaderClassName
{
color: #678635;
}
.AnyTagClassName
{
color: #678635;
}
</style>
background-color css
<style>
a { background-color: #678635; }
a { background-color: rgb(103,134,53); }
div.DivClassName
{
background-color: #678635;
}
.BgClassName
{
background-color: #678635;
}
</style>
border-color css
<style>
span { border-color: #678635; }
span { border-color: rgb(103,134,53); }
td.TdClassName
{
border-color: #678635;
}
.TagClassName
{
border-color: #678635;
}
</style>