Shades of Olive Drab #679522
Tints of Olive Drab #679522
RGB
CMYK
RGB Variations
Color information
#679522 (or 0x679522) is known color: Olive Drab. HEX triplet: 67, 95 and 22. RGB value is (103,149,34). Sum of RGB (Red+Green+Blue) = 103+149+34=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #679522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679522 is #986ADD. Grayscale: #7A7A7A. Windows color (decimal): -9988830 or 2266471. OLE color: 2266471.
HSL color Cylindrical-coordinate representation of color #679522: hue angle of 84º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #679522 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 34 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.42 |
| HSL | 84º | 0.63% | 0.36% | - |
| HSV(B) | 84º | 0.77% | 0.58% | - |
| XYZ | 16.63 | 24.49 | 5.36 | - |
| YUV | 122.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 34 | 0.31 | 0 | 0.77 | 0.42 | 84 | 0.63 | 0.36 |
| Hex | 67 | 95 | 22 | 1F | 0 | 4D | 2A | 54 | 3F | 24 |
| Octal | 147 | 225 | 42 | 37 | 0 | 115 | 52 | 124 | 77 | 44 |
| Binary | 1100111 | 10010101 | 100010 | 11111 | 0 | 1001101 | 101010 | 1010100 | 111111 | 100100 |
Color Harmonies of #679522
Complementary color
Monochromatic Colors of #679522
Black with #679522
Text Example
Text Example
White with #679522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679522; }
p { color: rgb(103,149,34); }
H1.HeaderClassName
{
color: #679522;
}
.AnyTagClassName
{
color: #679522;
}
</style>
background-color css
<style>
a { background-color: #679522; }
a { background-color: rgb(103,149,34); }
div.DivClassName
{
background-color: #679522;
}
.BgClassName
{
background-color: #679522;
}
</style>
border-color css
<style>
span { border-color: #679522; }
span { border-color: rgb(103,149,34); }
td.TdClassName
{
border-color: #679522;
}
.TagClassName
{
border-color: #679522;
}
</style>