Shades of Olive Drab #679623
Tints of Olive Drab #679623
RGB
CMYK
RGB Variations
Color information
#679623 (or 0x679623) is known color: Olive Drab. HEX triplet: 67, 96 and 23. RGB value is (103,150,35). Sum of RGB (Red+Green+Blue) = 103+150+35=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #679623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679623 is #9869DC. Grayscale: #7B7B7B. Windows color (decimal): -9988573 or 2332263. OLE color: 2332263.
HSL color Cylindrical-coordinate representation of color #679623: hue angle of 84.52º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #679623 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 35 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.41 |
| HSL | 84.52º | 0.62% | 0.36% | - |
| HSV(B) | 84.52º | 0.77% | 0.59% | - |
| XYZ | 16.8 | 24.82 | 5.49 | - |
| YUV | 122.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 35 | 0.31 | 0 | 0.77 | 0.41 | 84.52 | 0.62 | 0.36 |
| Hex | 67 | 96 | 23 | 1F | 0 | 4D | 29 | 55 | 3E | 24 |
| Octal | 147 | 226 | 43 | 37 | 0 | 115 | 51 | 125 | 76 | 44 |
| Binary | 1100111 | 10010110 | 100011 | 11111 | 0 | 1001101 | 101001 | 1010101 | 111110 | 100100 |
Color Harmonies of #679623
Complementary color
Monochromatic Colors of #679623
Black with #679623
Text Example
Text Example
White with #679623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679623; }
p { color: rgb(103,150,35); }
H1.HeaderClassName
{
color: #679623;
}
.AnyTagClassName
{
color: #679623;
}
</style>
background-color css
<style>
a { background-color: #679623; }
a { background-color: rgb(103,150,35); }
div.DivClassName
{
background-color: #679623;
}
.BgClassName
{
background-color: #679623;
}
</style>
border-color css
<style>
span { border-color: #679623; }
span { border-color: rgb(103,150,35); }
td.TdClassName
{
border-color: #679623;
}
.TagClassName
{
border-color: #679623;
}
</style>