Shades of Olive Drab #678606
Tints of Olive Drab #678606
RGB
CMYK
RGB Variations
Color information
#678606 (or 0x678606) is known color: Olive Drab. HEX triplet: 67, 86 and 06. RGB value is (103,134,6). Sum of RGB (Red+Green+Blue) = 103+134+6=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #678606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678606 is #9879F9. Grayscale: #6E6E6E. Windows color (decimal): -9992698 or 427623. OLE color: 427623.
HSL color Cylindrical-coordinate representation of color #678606: hue angle of 74.53º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #678606 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 134 | 6 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.47 |
| HSL | 74.53º | 0.91% | 0.27% | - |
| HSV(B) | 74.53º | 0.96% | 0.53% | - |
| XYZ | 14.15 | 19.95 | 3.28 | - |
| YUV | 110.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 6 | 0.23 | 0 | 0.96 | 0.47 | 74.53 | 0.91 | 0.27 |
| Hex | 67 | 86 | 6 | 17 | 0 | 60 | 2F | 4B | 5B | 1B |
| Octal | 147 | 206 | 6 | 27 | 0 | 140 | 57 | 113 | 133 | 33 |
| Binary | 1100111 | 10000110 | 110 | 10111 | 0 | 1100000 | 101111 | 1001011 | 1011011 | 11011 |
Color Harmonies of #678606
Complementary color
Monochromatic Colors of #678606
Black with #678606
Text Example
Text Example
White with #678606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678606; }
p { color: rgb(103,134,6); }
H1.HeaderClassName
{
color: #678606;
}
.AnyTagClassName
{
color: #678606;
}
</style>
background-color css
<style>
a { background-color: #678606; }
a { background-color: rgb(103,134,6); }
div.DivClassName
{
background-color: #678606;
}
.BgClassName
{
background-color: #678606;
}
</style>
border-color css
<style>
span { border-color: #678606; }
span { border-color: rgb(103,134,6); }
td.TdClassName
{
border-color: #678606;
}
.TagClassName
{
border-color: #678606;
}
</style>