Shades of Olive Drab #679006
Tints of Olive Drab #679006
RGB
CMYK
RGB Variations
Color information
#679006 (or 0x679006) is known color: Olive Drab. HEX triplet: 67, 90 and 06. RGB value is (103,144,6). Sum of RGB (Red+Green+Blue) = 103+144+6=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 144 (56.64% from 255 or 56.92% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 144 - color contains mainly: green. Hex color #679006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679006 is #986FF9. Grayscale: #747474. Windows color (decimal): -9990138 or 430183. OLE color: 430183.
HSL color Cylindrical-coordinate representation of color #679006: hue angle of 77.83º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #679006 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 6 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.44 |
| HSL | 77.83º | 0.92% | 0.29% | - |
| HSV(B) | 77.83º | 0.96% | 0.56% | - |
| XYZ | 15.6 | 22.84 | 3.76 | - |
| YUV | 116.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 6 | 0.28 | 0 | 0.96 | 0.44 | 77.83 | 0.92 | 0.29 |
| Hex | 67 | 90 | 6 | 1C | 0 | 60 | 2C | 4E | 5C | 1D |
| Octal | 147 | 220 | 6 | 34 | 0 | 140 | 54 | 116 | 134 | 35 |
| Binary | 1100111 | 10010000 | 110 | 11100 | 0 | 1100000 | 101100 | 1001110 | 1011100 | 11101 |
Color Harmonies of #679006
Complementary color
Monochromatic Colors of #679006
Black with #679006
Text Example
Text Example
White with #679006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679006; }
p { color: rgb(103,144,6); }
H1.HeaderClassName
{
color: #679006;
}
.AnyTagClassName
{
color: #679006;
}
</style>
background-color css
<style>
a { background-color: #679006; }
a { background-color: rgb(103,144,6); }
div.DivClassName
{
background-color: #679006;
}
.BgClassName
{
background-color: #679006;
}
</style>
border-color css
<style>
span { border-color: #679006; }
span { border-color: rgb(103,144,6); }
td.TdClassName
{
border-color: #679006;
}
.TagClassName
{
border-color: #679006;
}
</style>