Shades of Olive Drab #679321
Tints of Olive Drab #679321
RGB
CMYK
RGB Variations
Color information
#679321 (or 0x679321) is known color: Olive Drab. HEX triplet: 67, 93 and 21. RGB value is (103,147,33). Sum of RGB (Red+Green+Blue) = 103+147+33=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #679321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679321 is #986CDE. Grayscale: #797979. Windows color (decimal): -9989343 or 2200423. OLE color: 2200423.
HSL color Cylindrical-coordinate representation of color #679321: hue angle of 83.16º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #679321 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 33 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.42 |
| HSL | 83.16º | 0.63% | 0.35% | - |
| HSV(B) | 83.16º | 0.78% | 0.58% | - |
| XYZ | 16.3 | 23.86 | 5.19 | - |
| YUV | 120.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 33 | 0.30 | 0 | 0.78 | 0.42 | 83.16 | 0.63 | 0.35 |
| Hex | 67 | 93 | 21 | 1E | 0 | 4E | 2A | 53 | 3F | 23 |
| Octal | 147 | 223 | 41 | 36 | 0 | 116 | 52 | 123 | 77 | 43 |
| Binary | 1100111 | 10010011 | 100001 | 11110 | 0 | 1001110 | 101010 | 1010011 | 111111 | 100011 |
Color Harmonies of #679321
Complementary color
Monochromatic Colors of #679321
Black with #679321
Text Example
Text Example
White with #679321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679321; }
p { color: rgb(103,147,33); }
H1.HeaderClassName
{
color: #679321;
}
.AnyTagClassName
{
color: #679321;
}
</style>
background-color css
<style>
a { background-color: #679321; }
a { background-color: rgb(103,147,33); }
div.DivClassName
{
background-color: #679321;
}
.BgClassName
{
background-color: #679321;
}
</style>
border-color css
<style>
span { border-color: #679321; }
span { border-color: rgb(103,147,33); }
td.TdClassName
{
border-color: #679321;
}
.TagClassName
{
border-color: #679321;
}
</style>