Shades of Olive Drab #679200
Tints of Olive Drab #679200
RGB
CMYK
RGB Variations
Color information
#679200 (or 0x679200) is known color: Olive Drab. HEX triplet: 67, 92 and 00. RGB value is (103,146,0). Sum of RGB (Red+Green+Blue) = 103+146+0=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #679200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679200 is #986DFF. Grayscale: #757575. Windows color (decimal): -9989632 or 37479. OLE color: 37479.
HSL color Cylindrical-coordinate representation of color #679200: hue angle of 77.67º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #679200 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.43 |
| HSL | 77.67º | 1% | 0.29% | - |
| HSV(B) | 77.67º | 1% | 0.57% | - |
| XYZ | 15.87 | 23.44 | 3.69 | - |
| YUV | 116.5 | 62.25 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 0 | 0.29 | 0 | 1 | 0.43 | 77.67 | 1 | 0.29 |
| Hex | 67 | 92 | 0 | 1D | 0 | 64 | 2B | 4E | 64 | 1D |
| Octal | 147 | 222 | 0 | 35 | 0 | 144 | 53 | 116 | 144 | 35 |
| Binary | 1100111 | 10010010 | 0 | 11101 | 0 | 1100100 | 101011 | 1001110 | 1100100 | 11101 |
Color Harmonies of #679200
Complementary color
Monochromatic Colors of #679200
Black with #679200
Text Example
Text Example
White with #679200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679200; }
p { color: rgb(103,146,0); }
H1.HeaderClassName
{
color: #679200;
}
.AnyTagClassName
{
color: #679200;
}
</style>
background-color css
<style>
a { background-color: #679200; }
a { background-color: rgb(103,146,0); }
div.DivClassName
{
background-color: #679200;
}
.BgClassName
{
background-color: #679200;
}
</style>
border-color css
<style>
span { border-color: #679200; }
span { border-color: rgb(103,146,0); }
td.TdClassName
{
border-color: #679200;
}
.TagClassName
{
border-color: #679200;
}
</style>