Shades of Olive Drab #679223
Tints of Olive Drab #679223
RGB
CMYK
RGB Variations
Color information
#679223 (or 0x679223) is known color: Olive Drab. HEX triplet: 67, 92 and 23. RGB value is (103,146,35). Sum of RGB (Red+Green+Blue) = 103+146+35=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #679223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679223 is #986DDC. Grayscale: #787878. Windows color (decimal): -9989597 or 2331239. OLE color: 2331239.
HSL color Cylindrical-coordinate representation of color #679223: hue angle of 83.24º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #679223 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 35 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.43 |
| HSL | 83.24º | 0.61% | 0.35% | - |
| HSV(B) | 83.24º | 0.76% | 0.57% | - |
| XYZ | 16.18 | 23.56 | 5.29 | - |
| YUV | 120.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 35 | 0.29 | 0 | 0.76 | 0.43 | 83.24 | 0.61 | 0.35 |
| Hex | 67 | 92 | 23 | 1D | 0 | 4C | 2B | 53 | 3D | 23 |
| Octal | 147 | 222 | 43 | 35 | 0 | 114 | 53 | 123 | 75 | 43 |
| Binary | 1100111 | 10010010 | 100011 | 11101 | 0 | 1001100 | 101011 | 1010011 | 111101 | 100011 |
Color Harmonies of #679223
Complementary color
Monochromatic Colors of #679223
Black with #679223
Text Example
Text Example
White with #679223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679223; }
p { color: rgb(103,146,35); }
H1.HeaderClassName
{
color: #679223;
}
.AnyTagClassName
{
color: #679223;
}
</style>
background-color css
<style>
a { background-color: #679223; }
a { background-color: rgb(103,146,35); }
div.DivClassName
{
background-color: #679223;
}
.BgClassName
{
background-color: #679223;
}
</style>
border-color css
<style>
span { border-color: #679223; }
span { border-color: rgb(103,146,35); }
td.TdClassName
{
border-color: #679223;
}
.TagClassName
{
border-color: #679223;
}
</style>