Shades of Olive Drab #679600
Tints of Olive Drab #679600
RGB
CMYK
RGB Variations
Color information
#679600 (or 0x679600) is known color: Olive Drab. HEX triplet: 67, 96 and 00. RGB value is (103,150,0). Sum of RGB (Red+Green+Blue) = 103+150+0=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #679600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679600 is #9869FF. Grayscale: #777777. Windows color (decimal): -9988608 or 38503. OLE color: 38503.
HSL color Cylindrical-coordinate representation of color #679600: hue angle of 78.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #679600 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.41 |
| HSL | 78.8º | 1% | 0.29% | - |
| HSV(B) | 78.8º | 1% | 0.59% | - |
| XYZ | 16.5 | 24.7 | 3.9 | - |
| YUV | 118.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 0 | 0.31 | 0 | 1 | 0.41 | 78.8 | 1 | 0.29 |
| Hex | 67 | 96 | 0 | 1F | 0 | 64 | 29 | 4F | 64 | 1D |
| Octal | 147 | 226 | 0 | 37 | 0 | 144 | 51 | 117 | 144 | 35 |
| Binary | 1100111 | 10010110 | 0 | 11111 | 0 | 1100100 | 101001 | 1001111 | 1100100 | 11101 |
Color Harmonies of #679600
Complementary color
Monochromatic Colors of #679600
Black with #679600
Text Example
Text Example
White with #679600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679600; }
p { color: rgb(103,150,0); }
H1.HeaderClassName
{
color: #679600;
}
.AnyTagClassName
{
color: #679600;
}
</style>
background-color css
<style>
a { background-color: #679600; }
a { background-color: rgb(103,150,0); }
div.DivClassName
{
background-color: #679600;
}
.BgClassName
{
background-color: #679600;
}
</style>
border-color css
<style>
span { border-color: #679600; }
span { border-color: rgb(103,150,0); }
td.TdClassName
{
border-color: #679600;
}
.TagClassName
{
border-color: #679600;
}
</style>