Shades of Olive Drab #679106
Tints of Olive Drab #679106
RGB
CMYK
RGB Variations
Color information
#679106 (or 0x679106) is known color: Olive Drab. HEX triplet: 67, 91 and 06. RGB value is (103,145,6). Sum of RGB (Red+Green+Blue) = 103+145+6=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #679106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679106 is #986EF9. Grayscale: #757575. Windows color (decimal): -9989882 or 430439. OLE color: 430439.
HSL color Cylindrical-coordinate representation of color #679106: hue angle of 78.13º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #679106 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 6 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.43 |
| HSL | 78.13º | 0.92% | 0.3% | - |
| HSV(B) | 78.13º | 0.96% | 0.57% | - |
| XYZ | 15.75 | 23.15 | 3.81 | - |
| YUV | 116.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 6 | 0.29 | 0 | 0.96 | 0.43 | 78.13 | 0.92 | 0.3 |
| Hex | 67 | 91 | 6 | 1D | 0 | 60 | 2B | 4E | 5C | 1E |
| Octal | 147 | 221 | 6 | 35 | 0 | 140 | 53 | 116 | 134 | 36 |
| Binary | 1100111 | 10010001 | 110 | 11101 | 0 | 1100000 | 101011 | 1001110 | 1011100 | 11110 |
Color Harmonies of #679106
Complementary color
Monochromatic Colors of #679106
Black with #679106
Text Example
Text Example
White with #679106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679106; }
p { color: rgb(103,145,6); }
H1.HeaderClassName
{
color: #679106;
}
.AnyTagClassName
{
color: #679106;
}
</style>
background-color css
<style>
a { background-color: #679106; }
a { background-color: rgb(103,145,6); }
div.DivClassName
{
background-color: #679106;
}
.BgClassName
{
background-color: #679106;
}
</style>
border-color css
<style>
span { border-color: #679106; }
span { border-color: rgb(103,145,6); }
td.TdClassName
{
border-color: #679106;
}
.TagClassName
{
border-color: #679106;
}
</style>