Shades of Olive Drab #679228
Tints of Olive Drab #679228
RGB
CMYK
RGB Variations
Color information
#679228 (or 0x679228) is known color: Olive Drab. HEX triplet: 67, 92 and 28. RGB value is (103,146,40). Sum of RGB (Red+Green+Blue) = 103+146+40=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #679228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679228 is #986DD7. Grayscale: #797979. Windows color (decimal): -9989592 or 2658919. OLE color: 2658919.
HSL color Cylindrical-coordinate representation of color #679228: hue angle of 84.34º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #679228 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 146 | 40 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.43 |
| HSL | 84.34º | 0.57% | 0.36% | - |
| HSV(B) | 84.34º | 0.73% | 0.57% | - |
| XYZ | 16.26 | 23.59 | 5.7 | - |
| YUV | 121.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 40 | 0.29 | 0 | 0.73 | 0.43 | 84.34 | 0.57 | 0.36 |
| Hex | 67 | 92 | 28 | 1D | 0 | 49 | 2B | 54 | 39 | 24 |
| Octal | 147 | 222 | 50 | 35 | 0 | 111 | 53 | 124 | 71 | 44 |
| Binary | 1100111 | 10010010 | 101000 | 11101 | 0 | 1001001 | 101011 | 1010100 | 111001 | 100100 |
Color Harmonies of #679228
Complementary color
Monochromatic Colors of #679228
Black with #679228
Text Example
Text Example
White with #679228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679228; }
p { color: rgb(103,146,40); }
H1.HeaderClassName
{
color: #679228;
}
.AnyTagClassName
{
color: #679228;
}
</style>
background-color css
<style>
a { background-color: #679228; }
a { background-color: rgb(103,146,40); }
div.DivClassName
{
background-color: #679228;
}
.BgClassName
{
background-color: #679228;
}
</style>
border-color css
<style>
span { border-color: #679228; }
span { border-color: rgb(103,146,40); }
td.TdClassName
{
border-color: #679228;
}
.TagClassName
{
border-color: #679228;
}
</style>